@microsoft/terraform-cdk-constructs 0.0.3-pre.10 → 0.0.3-pre.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/.jsii +858 -681
  2. package/API.md +499 -405
  3. package/README.md +4 -5
  4. package/docs/testing.md +39 -137
  5. package/lib/azure-actiongroup/lib/actiongroup.d.ts +1 -1
  6. package/lib/azure-actiongroup/lib/actiongroup.js +4 -4
  7. package/lib/azure-actiongroup/model/action-group-props.d.ts +3 -2
  8. package/lib/azure-actiongroup/model/action-group-props.js +1 -1
  9. package/lib/azure-actiongroup/test/AzureActionGroup.integ.js +66 -0
  10. package/lib/azure-actiongroup/test/AzureActionGroup.spec.js +5 -33
  11. package/lib/azure-applicationgateway/lib/gateway.d.ts +5 -3
  12. package/lib/azure-applicationgateway/lib/gateway.js +14 -7
  13. package/lib/azure-applicationgateway/test/AzureApplicationGateway.integ.d.ts +1 -0
  14. package/lib/azure-applicationgateway/test/AzureApplicationGateway.integ.js +272 -0
  15. package/lib/azure-applicationgateway/test/AzureApplicationGateway.spec.js +3 -35
  16. package/lib/azure-applicationinsights/lib/appinsights.d.ts +4 -3
  17. package/lib/azure-applicationinsights/lib/appinsights.js +6 -6
  18. package/lib/azure-applicationinsights/test/AzureAppInsights.integ.d.ts +1 -0
  19. package/lib/azure-applicationinsights/test/AzureAppInsights.integ.js +101 -0
  20. package/lib/azure-applicationinsights/test/AzureAppInsights.spec.js +4 -27
  21. package/lib/azure-containerregistry/lib/registry.d.ts +4 -3
  22. package/lib/azure-containerregistry/lib/registry.js +5 -5
  23. package/lib/azure-containerregistry/test/AzureContainerRegistry.integ.d.ts +1 -0
  24. package/lib/azure-containerregistry/test/AzureContainerRegistry.integ.js +68 -0
  25. package/lib/azure-containerregistry/test/AzureContainerRegistry.spec.js +4 -23
  26. package/lib/azure-datalake/lib/datalake.d.ts +1 -0
  27. package/lib/azure-datalake/lib/datalake.js +2 -1
  28. package/lib/azure-datalake/test/AzureDatalake.spec.d.ts +1 -0
  29. package/lib/azure-datalake/test/AzureDatalake.spec.js +32 -0
  30. package/lib/azure-datalake/test/AzureStorageAccount.integ.d.ts +1 -0
  31. package/lib/azure-datalake/test/AzureStorageAccount.integ.js +60 -0
  32. package/lib/azure-eventhub/lib/authorization.js +1 -1
  33. package/lib/azure-eventhub/lib/consumer.js +1 -1
  34. package/lib/azure-eventhub/lib/{cluster.d.ts → eventhubcluster.d.ts} +11 -7
  35. package/lib/azure-eventhub/lib/eventhubcluster.js +64 -0
  36. package/lib/azure-eventhub/lib/index.d.ts +1 -1
  37. package/lib/azure-eventhub/lib/index.js +2 -2
  38. package/lib/azure-eventhub/lib/instance.d.ts +1 -0
  39. package/lib/azure-eventhub/lib/instance.js +5 -4
  40. package/lib/azure-eventhub/lib/kusto-connection.js +1 -1
  41. package/lib/azure-eventhub/lib/namespace.d.ts +7 -6
  42. package/lib/azure-eventhub/lib/namespace.js +24 -26
  43. package/lib/azure-eventhub/test/AzureEventhub.integ.d.ts +1 -0
  44. package/lib/azure-eventhub/test/AzureEventhub.integ.js +72 -0
  45. package/lib/azure-eventhub/test/AzureEventhub.spec.js +4 -27
  46. package/lib/azure-functionapp/lib/functionapplinux.js +1 -1
  47. package/lib/azure-functionapp/test/AzureLinuxFunctionApp.integ.d.ts +1 -0
  48. package/lib/azure-functionapp/test/AzureLinuxFunctionApp.integ.js +117 -0
  49. package/lib/azure-functionapp/test/AzureLinuxFunctionApp.spec.js +4 -21
  50. package/lib/azure-keyvault/lib/certificate.js +2 -2
  51. package/lib/azure-keyvault/lib/key.js +1 -1
  52. package/lib/azure-keyvault/lib/policy.js +1 -1
  53. package/lib/azure-keyvault/lib/secret.js +1 -1
  54. package/lib/azure-keyvault/lib/vault.d.ts +3 -2
  55. package/lib/azure-keyvault/lib/vault.js +4 -4
  56. package/lib/azure-keyvault/test/AzureKeyVault.integ.d.ts +1 -0
  57. package/lib/azure-keyvault/test/AzureKeyVault.integ.js +119 -0
  58. package/lib/azure-keyvault/test/AzureKeyVault.spec.js +4 -35
  59. package/lib/azure-kubernetes/lib/cluster.js +1 -1
  60. package/lib/azure-kubernetes/test/AzureKubernetesCluster.integ.d.ts +1 -0
  61. package/lib/azure-kubernetes/test/AzureKubernetesCluster.integ.js +75 -0
  62. package/lib/azure-kubernetes/test/AzureKubernetesCluster.spec.js +4 -21
  63. package/lib/azure-kusto/lib/cluster.d.ts +9 -5
  64. package/lib/azure-kusto/lib/cluster.js +66 -42
  65. package/lib/azure-kusto/lib/compute-specification.js +1 -1
  66. package/lib/azure-kusto/lib/database.d.ts +7 -8
  67. package/lib/azure-kusto/lib/database.js +23 -25
  68. package/lib/azure-kusto/test/AzureKusto.integ.d.ts +1 -0
  69. package/lib/azure-kusto/test/AzureKusto.integ.js +74 -0
  70. package/lib/azure-kusto/test/AzureKusto.spec.js +3 -22
  71. package/lib/azure-loganalytics/lib/workspace.d.ts +6 -3
  72. package/lib/azure-loganalytics/lib/workspace.js +7 -6
  73. package/lib/azure-loganalytics/test/AzureLogAnalytics.integ.d.ts +1 -0
  74. package/lib/azure-loganalytics/test/AzureLogAnalytics.integ.js +117 -0
  75. package/lib/azure-loganalytics/test/AzureLogAnalytics.spec.js +4 -23
  76. package/lib/azure-metricalert/lib/metric-alert.js +1 -1
  77. package/lib/azure-metricalert/test/AzureMetricAlert.integ.d.ts +1 -0
  78. package/lib/azure-metricalert/test/AzureMetricAlert.integ.js +85 -0
  79. package/lib/azure-metricalert/test/AzureMetricAlert.spec.js +4 -21
  80. package/lib/azure-networksecuritygroup/lib/preconfigured-rules.js +1 -1
  81. package/lib/azure-networksecuritygroup/lib/securitygroup.d.ts +4 -3
  82. package/lib/azure-networksecuritygroup/lib/securitygroup.js +7 -7
  83. package/lib/azure-networksecuritygroup/test/AzureNetworkSecurityGroup.integ.d.ts +1 -0
  84. package/lib/azure-networksecuritygroup/test/AzureNetworkSecurityGroup.integ.js +85 -0
  85. package/lib/azure-networksecuritygroup/test/AzureNetworkSecurityGroup.spec.js +4 -23
  86. package/lib/azure-queryrulealert/lib/query-rule-alert.js +1 -1
  87. package/lib/azure-queryrulealert/test/AzureQueryRuleAlert.integ.d.ts +1 -0
  88. package/lib/azure-queryrulealert/test/AzureQueryRuleAlert.integ.js +63 -0
  89. package/lib/azure-queryrulealert/test/AzureQueryRuleAlert.spec.js +4 -21
  90. package/lib/azure-resourcegroup/lib/resource-group.js +1 -1
  91. package/lib/azure-resourcegroup/test/AzureResourceGroup.integ.d.ts +1 -0
  92. package/lib/azure-resourcegroup/test/AzureResourceGroup.integ.js +41 -0
  93. package/lib/azure-resourcegroup/test/AzureResourceGroup.spec.js +4 -17
  94. package/lib/azure-storageaccount/lib/account.d.ts +5 -0
  95. package/lib/azure-storageaccount/lib/account.js +3 -2
  96. package/lib/azure-storageaccount/lib/container.js +2 -2
  97. package/lib/azure-storageaccount/lib/fileshare.js +2 -2
  98. package/lib/azure-storageaccount/lib/queue.js +1 -1
  99. package/lib/azure-storageaccount/lib/table.js +1 -1
  100. package/lib/azure-storageaccount/test/AzureStorageAccount.integ.d.ts +1 -0
  101. package/lib/azure-storageaccount/test/AzureStorageAccount.integ.js +84 -0
  102. package/lib/azure-storageaccount/test/AzureStorageAccount.spec.js +4 -17
  103. package/lib/azure-virtualmachine/lib/image-references.js +2 -2
  104. package/lib/azure-virtualmachine/lib/vm.d.ts +29 -6
  105. package/lib/azure-virtualmachine/lib/vm.js +17 -15
  106. package/lib/azure-virtualmachine/test/AzureLinuxVirtualMachine.integ.d.ts +1 -0
  107. package/lib/azure-virtualmachine/test/AzureLinuxVirtualMachine.integ.js +109 -0
  108. package/lib/azure-virtualmachine/test/AzureLinuxVirtualMachine.spec.js +5 -25
  109. package/lib/azure-virtualmachine/test/AzureWindowsVirtualMachine.integ.d.ts +1 -0
  110. package/lib/azure-virtualmachine/test/AzureWindowsVirtualMachine.integ.js +105 -0
  111. package/lib/azure-virtualmachine/test/AzureWindowsVirtualMachine.spec.js +4 -23
  112. package/lib/azure-virtualmachinescaleset/lib/cluster.d.ts +28 -6
  113. package/lib/azure-virtualmachinescaleset/lib/cluster.js +13 -11
  114. package/lib/azure-virtualmachinescaleset/test/AzureLinuxVirtualMachineScaleSet.integ.d.ts +1 -0
  115. package/lib/azure-virtualmachinescaleset/test/AzureLinuxVirtualMachineScaleSet.integ.js +113 -0
  116. package/lib/azure-virtualmachinescaleset/test/AzureLinuxVirtualMachineScaleSet.spec.js +5 -25
  117. package/lib/azure-virtualmachinescaleset/test/AzureWindowsVirtualMachineScaleSet.integ.d.ts +1 -0
  118. package/lib/azure-virtualmachinescaleset/test/AzureWindowsVirtualMachineScaleSet.integ.js +109 -0
  119. package/lib/azure-virtualmachinescaleset/test/AzureWindowsVirtualMachineScaleSet.spec.js +4 -23
  120. package/lib/azure-virtualnetwork/lib/network.d.ts +4 -3
  121. package/lib/azure-virtualnetwork/lib/network.js +7 -6
  122. package/lib/azure-virtualnetwork/lib/peering.js +1 -1
  123. package/lib/azure-virtualnetwork/test/AzureVirtualNetwork.integ.d.ts +1 -0
  124. package/lib/azure-virtualnetwork/test/AzureVirtualNetwork.integ.js +92 -0
  125. package/lib/azure-virtualnetwork/test/AzureVirtualNetwork.spec.js +5 -25
  126. package/lib/core-azure/lib/diagsettings.d.ts +3 -2
  127. package/lib/core-azure/lib/diagsettings.js +15 -21
  128. package/lib/core-azure/lib/rbac.js +1 -1
  129. package/lib/core-azure/lib/resource.js +6 -4
  130. package/lib/core-azure/test/AzureResource.integ.d.ts +1 -0
  131. package/lib/core-azure/test/AzureResource.integ.js +75 -0
  132. package/lib/testing/index.d.ts +34 -0
  133. package/lib/testing/index.js +235 -2
  134. package/package.json +32 -11
  135. package/cdktf.out/manifest.json +0 -13
  136. package/cdktf.out/stacks/testAzureActionGroup/cdk.tf.json +0 -111
  137. package/cdktf.out/stacks/testAzureApplicationGateway/cdk.tf.json +0 -588
  138. package/cdktf.out/stacks/testAzureApplicationInsights/cdk.tf.json +0 -245
  139. package/cdktf.out/stacks/testAzureContainerRegistry/cdk.tf.json +0 -179
  140. package/cdktf.out/stacks/testAzureEventhub/cdk.tf.json +0 -236
  141. package/cdktf.out/stacks/testAzureKeyVault/cdk.tf.json +0 -436
  142. package/cdktf.out/stacks/testAzureKubernetesCluster/cdk.tf.json +0 -152
  143. package/cdktf.out/stacks/testAzureKusto/cdk.tf.json +0 -209
  144. package/cdktf.out/stacks/testAzureLinuxFunctionApp/cdk.tf.json +0 -439
  145. package/cdktf.out/stacks/testAzureLinuxVirtualMachineExample/cdk.tf.json +0 -283
  146. package/cdktf.out/stacks/testAzureLinuxVirtualMachineScaleSetExample/cdk.tf.json +0 -261
  147. package/cdktf.out/stacks/testAzureLogAnalytics/cdk.tf.json +0 -309
  148. package/cdktf.out/stacks/testAzureMetricAlert/cdk.tf.json +0 -161
  149. package/cdktf.out/stacks/testAzureNetworkSecurityGroup/cdk.tf.json +0 -271
  150. package/cdktf.out/stacks/testAzureQueryRuleAlert/cdk.tf.json +0 -122
  151. package/cdktf.out/stacks/testAzureResourceGroup/cdk.tf.json +0 -88
  152. package/cdktf.out/stacks/testAzureStorageAccount/cdk.tf.json +0 -339
  153. package/cdktf.out/stacks/testAzureVirtualNetwork/cdk.tf.json +0 -264
  154. package/cdktf.out/stacks/testAzureWindowVirtualMachineScaleSetExample/cdk.tf.json +0 -261
  155. package/cdktf.out/stacks/testAzureWindowsVirtualMachineExample/cdk.tf.json +0 -280
  156. package/cdktf.out/stacks/testExampleAzureResource/cdk.tf.json +0 -167
  157. package/lib/azure-actiongroup/test/ExampleAzureActionGroup.d.ts +0 -5
  158. package/lib/azure-actiongroup/test/ExampleAzureActionGroup.js +0 -66
  159. package/lib/azure-applicationgateway/test/ExampleAzureApplicationGateway.d.ts +0 -5
  160. package/lib/azure-applicationgateway/test/ExampleAzureApplicationGateway.js +0 -267
  161. package/lib/azure-applicationinsights/test/ExampleAzureApplicationInsights.d.ts +0 -5
  162. package/lib/azure-applicationinsights/test/ExampleAzureApplicationInsights.js +0 -87
  163. package/lib/azure-containerregistry/test/ExampleAzureContainerRegistry.d.ts +0 -5
  164. package/lib/azure-containerregistry/test/ExampleAzureContainerRegistry.js +0 -57
  165. package/lib/azure-eventhub/lib/cluster.js +0 -64
  166. package/lib/azure-eventhub/test/ExampleAzureEventhub.d.ts +0 -5
  167. package/lib/azure-eventhub/test/ExampleAzureEventhub.js +0 -72
  168. package/lib/azure-functionapp/test/ExampleAzureLinuxFunctionApp.d.ts +0 -5
  169. package/lib/azure-functionapp/test/ExampleAzureLinuxFunctionApp.js +0 -123
  170. package/lib/azure-keyvault/test/ExampleAzureKeyVault.d.ts +0 -5
  171. package/lib/azure-keyvault/test/ExampleAzureKeyVault.js +0 -112
  172. package/lib/azure-kubernetes/test/ExampleAzureKubernetesCluster.d.ts +0 -5
  173. package/lib/azure-kubernetes/test/ExampleAzureKubernetesCluster.js +0 -65
  174. package/lib/azure-kusto/test/ExampleAzureKusto.d.ts +0 -5
  175. package/lib/azure-kusto/test/ExampleAzureKusto.js +0 -71
  176. package/lib/azure-loganalytics/test/ExampleAzureLogAnalytics.d.ts +0 -5
  177. package/lib/azure-loganalytics/test/ExampleAzureLogAnalytics.js +0 -115
  178. package/lib/azure-metricalert/test/ExampleAzureMetricAlert.d.ts +0 -5
  179. package/lib/azure-metricalert/test/ExampleAzureMetricAlert.js +0 -81
  180. package/lib/azure-networksecuritygroup/test/ExampleAzureNetworkSecurityGroup.d.ts +0 -5
  181. package/lib/azure-networksecuritygroup/test/ExampleAzureNetworkSecurityGroup.js +0 -97
  182. package/lib/azure-queryrulealert/test/ExampleAzureQueryRuleAlert.d.ts +0 -5
  183. package/lib/azure-queryrulealert/test/ExampleAzureQueryRuleAlert.js +0 -67
  184. package/lib/azure-resourcegroup/test/ExampleAzureResourceGroup.d.ts +0 -5
  185. package/lib/azure-resourcegroup/test/ExampleAzureResourceGroup.js +0 -29
  186. package/lib/azure-storageaccount/test/ExampleAzureStorageAccount.d.ts +0 -5
  187. package/lib/azure-storageaccount/test/ExampleAzureStorageAccount.js +0 -102
  188. package/lib/azure-virtualmachine/test/ExampleAzureLinuxVirtualMachine.d.ts +0 -5
  189. package/lib/azure-virtualmachine/test/ExampleAzureLinuxVirtualMachine.js +0 -106
  190. package/lib/azure-virtualmachine/test/ExampleAzureWindowsVirtualMachine.d.ts +0 -5
  191. package/lib/azure-virtualmachine/test/ExampleAzureWindowsVirtualMachine.js +0 -102
  192. package/lib/azure-virtualmachinescaleset/test/ExampleAzureLinuxVirtualMachineScaleSet.d.ts +0 -5
  193. package/lib/azure-virtualmachinescaleset/test/ExampleAzureLinuxVirtualMachineScaleSet.js +0 -107
  194. package/lib/azure-virtualmachinescaleset/test/ExampleAzureWindowsVirtualMachineScaleSet.d.ts +0 -5
  195. package/lib/azure-virtualmachinescaleset/test/ExampleAzureWindowsVirtualMachineScaleSet.js +0 -103
  196. package/lib/azure-virtualnetwork/test/ExampleAzureVirtualNetwork.d.ts +0 -5
  197. package/lib/azure-virtualnetwork/test/ExampleAzureVirtualNetwork.js +0 -88
  198. package/lib/core-azure/test/AzureResource.spec.js +0 -19
  199. package/lib/core-azure/test/ExampleAzureResource.d.ts +0 -5
  200. package/lib/core-azure/test/ExampleAzureResource.js +0 -67
  201. package/tfsec.json +0 -4
  202. /package/lib/{core-azure/test/AzureResource.spec.d.ts → azure-actiongroup/test/AzureActionGroup.integ.d.ts} +0 -0
package/API.md CHANGED
@@ -646,7 +646,7 @@ The properties for configuring the Azure Application Insights.
646
646
  The properties include:
647
647
  - `name`: Required. Unique name for the Application Insights resource within Azure.
648
648
  - `location`: Required. Azure Region for deployment.
649
- - `resourceGroup`: Required. Reference to the Azure Resource Group for deployment.
649
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
650
650
  - `retentionInDays`: Optional. Number of days to retain data. Default is 90 days.
651
651
  - `tags`: Optional. Tags for resource management.
652
652
  - `applicationType`: Required. The type of application (e.g., web, other).
@@ -1805,14 +1805,14 @@ The tree node.
1805
1805
  ```typescript
1806
1806
  import { azure_eventhub } from '@microsoft/terraform-cdk-constructs'
1807
1807
 
1808
- new azure_eventhub.Cluster(scope: Construct, name: string, ehClusterProps: ClusterProps)
1808
+ new azure_eventhub.Cluster(scope: Construct, name: string, props: EventHubClusterProps)
1809
1809
  ```
1810
1810
 
1811
1811
  | **Name** | **Type** | **Description** |
1812
1812
  | --- | --- | --- |
1813
1813
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | - The scope in which to define this construct, usually representing the Cloud Development Kit (CDK) stack. |
1814
1814
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.Initializer.parameter.name">name</a></code> | <code>string</code> | - The unique name for this instance of the Event Hub Cluster. |
1815
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.Initializer.parameter.ehClusterProps">ehClusterProps</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps</code> | - The properties for configuring the Event Hub Cluster. |
1815
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.Initializer.parameter.props">props</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps</code> | - The properties for configuring the Event Hub Cluster. |
1816
1816
 
1817
1817
  ---
1818
1818
 
@@ -1832,18 +1832,18 @@ The unique name for this instance of the Event Hub Cluster.
1832
1832
 
1833
1833
  ---
1834
1834
 
1835
- ##### `ehClusterProps`<sup>Required</sup> <a name="ehClusterProps" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.Initializer.parameter.ehClusterProps"></a>
1835
+ ##### `props`<sup>Required</sup> <a name="props" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.Initializer.parameter.props"></a>
1836
1836
 
1837
- - *Type:* @microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps
1837
+ - *Type:* @microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps
1838
1838
 
1839
1839
  The properties for configuring the Event Hub Cluster.
1840
1840
 
1841
1841
  These properties include:
1842
- - `resourceGroup`: Required. The Azure Resource Group in which the cluster will be deployed.
1843
- - `name`: Required. The name of the Event Hub Cluster.
1844
- - `skuName`: Optional. The SKU name for the cluster, which determines the pricing and capabilities.
1845
- Currently, the only supported value is "Dedicated_1". Defaults to "Dedicated_1" if not specified.
1846
- - `tags`: Optional. Tags for resource management and categorization.
1842
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
1843
+ - `name`: Required. The name of the Event Hub Cluster.
1844
+ - `skuName`: Optional. The SKU name for the cluster, which determines the pricing and capabilities.
1845
+ Currently, the only supported value is "Dedicated_1". Defaults to "Dedicated_1" if not specified.
1846
+ - `tags`: Optional. Tags for resource management and categorization.
1847
1847
 
1848
1848
  Example usage:
1849
1849
  ```typescript
@@ -1989,7 +1989,7 @@ Any object.
1989
1989
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
1990
1990
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.property.id">id</a></code> | <code>string</code> | *No description.* |
1991
1991
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | *No description.* |
1992
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.property.ehClusterProps">ehClusterProps</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps</code> | *No description.* |
1992
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.property.props">props</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps</code> | *No description.* |
1993
1993
 
1994
1994
  ---
1995
1995
 
@@ -2025,13 +2025,13 @@ public readonly resourceGroup: ResourceGroup;
2025
2025
 
2026
2026
  ---
2027
2027
 
2028
- ##### `ehClusterProps`<sup>Required</sup> <a name="ehClusterProps" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.property.ehClusterProps"></a>
2028
+ ##### `props`<sup>Required</sup> <a name="props" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Cluster.property.props"></a>
2029
2029
 
2030
2030
  ```typescript
2031
- public readonly ehClusterProps: ClusterProps;
2031
+ public readonly props: EventHubClusterProps;
2032
2032
  ```
2033
2033
 
2034
- - *Type:* @microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps
2034
+ - *Type:* @microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps
2035
2035
 
2036
2036
  ---
2037
2037
 
@@ -2274,14 +2274,14 @@ The Resource Group associated with the AKS cluster.
2274
2274
  ```typescript
2275
2275
  import { azure_kusto } from '@microsoft/terraform-cdk-constructs'
2276
2276
 
2277
- new azure_kusto.Cluster(scope: Construct, id: string, kustoProps: ClusterProps)
2277
+ new azure_kusto.Cluster(scope: Construct, id: string, props: ClusterProps)
2278
2278
  ```
2279
2279
 
2280
2280
  | **Name** | **Type** | **Description** |
2281
2281
  | --- | --- | --- |
2282
2282
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | - The scope in which to define this construct, typically representing the Cloud Development Kit (CDK) stack. |
2283
2283
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.Initializer.parameter.id">id</a></code> | <code>string</code> | - The unique identifier for this instance of the cluster. |
2284
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.Initializer.parameter.kustoProps">kustoProps</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps</code> | - The properties required to configure the Kusto cluster, as defined in the ClusterProps interface. |
2284
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.Initializer.parameter.props">props</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps</code> | - The properties required to configure the Kusto cluster, as defined in the ClusterProps interface. |
2285
2285
 
2286
2286
  ---
2287
2287
 
@@ -2301,7 +2301,7 @@ The unique identifier for this instance of the cluster.
2301
2301
 
2302
2302
  ---
2303
2303
 
2304
- ##### `kustoProps`<sup>Required</sup> <a name="kustoProps" id="@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.Initializer.parameter.kustoProps"></a>
2304
+ ##### `props`<sup>Required</sup> <a name="props" id="@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.Initializer.parameter.props"></a>
2305
2305
 
2306
2306
  - *Type:* @microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps
2307
2307
 
@@ -2481,8 +2481,10 @@ Any object.
2481
2481
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
2482
2482
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.id">id</a></code> | <code>string</code> | *No description.* |
2483
2483
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | *No description.* |
2484
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.kustoProps">kustoProps</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps</code> | *No description.* |
2484
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.props">props</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps</code> | *No description.* |
2485
2485
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.uri">uri</a></code> | <code>string</code> | *No description.* |
2486
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.kustoCluster">kustoCluster</a></code> | <code>@cdktf/provider-azurerm.kustoCluster.KustoCluster</code> | *No description.* |
2487
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.name">name</a></code> | <code>string</code> | *No description.* |
2486
2488
 
2487
2489
  ---
2488
2490
 
@@ -2518,10 +2520,10 @@ public readonly resourceGroup: ResourceGroup;
2518
2520
 
2519
2521
  ---
2520
2522
 
2521
- ##### `kustoProps`<sup>Required</sup> <a name="kustoProps" id="@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.kustoProps"></a>
2523
+ ##### `props`<sup>Required</sup> <a name="props" id="@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.props"></a>
2522
2524
 
2523
2525
  ```typescript
2524
- public readonly kustoProps: ClusterProps;
2526
+ public readonly props: ClusterProps;
2525
2527
  ```
2526
2528
 
2527
2529
  - *Type:* @microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps
@@ -2538,6 +2540,26 @@ public readonly uri: string;
2538
2540
 
2539
2541
  ---
2540
2542
 
2543
+ ##### `kustoCluster`<sup>Required</sup> <a name="kustoCluster" id="@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.kustoCluster"></a>
2544
+
2545
+ ```typescript
2546
+ public readonly kustoCluster: KustoCluster;
2547
+ ```
2548
+
2549
+ - *Type:* @cdktf/provider-azurerm.kustoCluster.KustoCluster
2550
+
2551
+ ---
2552
+
2553
+ ##### `name`<sup>Required</sup> <a name="name" id="@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.name"></a>
2554
+
2555
+ ```typescript
2556
+ public readonly name: string;
2557
+ ```
2558
+
2559
+ - *Type:* string
2560
+
2561
+ ---
2562
+
2541
2563
 
2542
2564
  ### ConsumerGroup <a name="ConsumerGroup" id="@microsoft/terraform-cdk-constructs.azure_eventhub.ConsumerGroup"></a>
2543
2565
 
@@ -2902,14 +2924,14 @@ public readonly name: string;
2902
2924
  ```typescript
2903
2925
  import { azure_kusto } from '@microsoft/terraform-cdk-constructs'
2904
2926
 
2905
- new azure_kusto.Database(scope: Construct, id: string, kustoDbProps: DatabaseProps)
2927
+ new azure_kusto.Database(scope: Construct, id: string, props: DatabaseProps)
2906
2928
  ```
2907
2929
 
2908
2930
  | **Name** | **Type** | **Description** |
2909
2931
  | --- | --- | --- |
2910
2932
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Database.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | - The scope in which to define this construct, typically representing the Cloud Development Kit (CDK) stack. |
2911
2933
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Database.Initializer.parameter.id">id</a></code> | <code>string</code> | - The unique identifier for this instance of the Kusto database. |
2912
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Database.Initializer.parameter.kustoDbProps">kustoDbProps</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps</code> | - The properties required to configure the Kusto database. |
2934
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Database.Initializer.parameter.props">props</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps</code> | - The properties required to configure the Kusto database. |
2913
2935
 
2914
2936
  ---
2915
2937
 
@@ -2929,19 +2951,19 @@ The unique identifier for this instance of the Kusto database.
2929
2951
 
2930
2952
  ---
2931
2953
 
2932
- ##### `kustoDbProps`<sup>Required</sup> <a name="kustoDbProps" id="@microsoft/terraform-cdk-constructs.azure_kusto.Database.Initializer.parameter.kustoDbProps"></a>
2954
+ ##### `props`<sup>Required</sup> <a name="props" id="@microsoft/terraform-cdk-constructs.azure_kusto.Database.Initializer.parameter.props"></a>
2933
2955
 
2934
2956
  - *Type:* @microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps
2935
2957
 
2936
2958
  The properties required to configure the Kusto database.
2937
2959
 
2938
2960
  These include:
2939
- - `kusto`: Reference to the Kusto cluster to which the database will belong.
2940
- - `name`: The name of the database to be created within the Kusto cluster.
2941
- - `hotCachePeriod`: Optional. Specifies the duration that data should be kept in cache for faster query performance.
2942
- Expressed in ISO 8601 duration format.
2943
- - `softDeletePeriod`: Optional. Specifies the duration that data should be retained before it stops being accessible.
2944
- Expressed in ISO 8601 duration format.
2961
+ - `kusto`: Reference to the Kusto cluster to which the database will belong.
2962
+ - `name`: The name of the database to be created within the Kusto cluster.
2963
+ - `hotCachePeriod`: Optional. Specifies the duration that data should be kept in cache for faster query performance.
2964
+ Expressed in ISO 8601 duration format.
2965
+ - `softDeletePeriod`: Optional. Specifies the duration that data should be retained before it stops being accessible.
2966
+ Expressed in ISO 8601 duration format.
2945
2967
 
2946
2968
  Example usage:
2947
2969
  ```typescript
@@ -3142,10 +3164,8 @@ Any object.
3142
3164
  | **Name** | **Type** | **Description** |
3143
3165
  | --- | --- | --- |
3144
3166
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
3145
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.id">id</a></code> | <code>string</code> | *No description.* |
3146
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.kustoDbProps">kustoDbProps</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps</code> | *No description.* |
3147
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.kustoProps">kustoProps</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps</code> | *No description.* |
3148
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.rg">rg</a></code> | <code>string</code> | *No description.* |
3167
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.databaseName">databaseName</a></code> | <code>string</code> | *No description.* |
3168
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.kustoDatabase">kustoDatabase</a></code> | <code>@cdktf/provider-azurerm.kustoDatabase.KustoDatabase</code> | *No description.* |
3149
3169
 
3150
3170
  ---
3151
3171
 
@@ -3161,43 +3181,23 @@ The tree node.
3161
3181
 
3162
3182
  ---
3163
3183
 
3164
- ##### `id`<sup>Required</sup> <a name="id" id="@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.id"></a>
3184
+ ##### `databaseName`<sup>Required</sup> <a name="databaseName" id="@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.databaseName"></a>
3165
3185
 
3166
3186
  ```typescript
3167
- public readonly id: string;
3187
+ public readonly databaseName: string;
3168
3188
  ```
3169
3189
 
3170
3190
  - *Type:* string
3171
3191
 
3172
3192
  ---
3173
3193
 
3174
- ##### `kustoDbProps`<sup>Required</sup> <a name="kustoDbProps" id="@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.kustoDbProps"></a>
3175
-
3176
- ```typescript
3177
- public readonly kustoDbProps: DatabaseProps;
3178
- ```
3179
-
3180
- - *Type:* @microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps
3181
-
3182
- ---
3183
-
3184
- ##### `kustoProps`<sup>Required</sup> <a name="kustoProps" id="@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.kustoProps"></a>
3185
-
3186
- ```typescript
3187
- public readonly kustoProps: ClusterProps;
3188
- ```
3189
-
3190
- - *Type:* @microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps
3191
-
3192
- ---
3193
-
3194
- ##### `rg`<sup>Required</sup> <a name="rg" id="@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.rg"></a>
3194
+ ##### `kustoDatabase`<sup>Required</sup> <a name="kustoDatabase" id="@microsoft/terraform-cdk-constructs.azure_kusto.Database.property.kustoDatabase"></a>
3195
3195
 
3196
3196
  ```typescript
3197
- public readonly rg: string;
3197
+ public readonly kustoDatabase: KustoDatabase;
3198
3198
  ```
3199
3199
 
3200
- - *Type:* string
3200
+ - *Type:* @cdktf/provider-azurerm.kustoDatabase.KustoDatabase
3201
3201
 
3202
3202
  ---
3203
3203
 
@@ -4051,7 +4051,7 @@ The properties for configuring the Azure Application Gateway.
4051
4051
  The properties include:
4052
4052
  - `name`: Required. Unique name for the Application Gateway within Azure.
4053
4053
  - `location`: Required. Azure Region for deployment.
4054
- - `resourceGroup`: Required. Reference to the resource group for deployment.
4054
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
4055
4055
  - `skuTier`: Required. SKU tier of the Application Gateway (e.g., Standard, WAF).
4056
4056
  - `skuSize`: Required. Size of the SKU for the Application Gateway.
4057
4057
  - `capacity`: Required. Capacity (instance count) of the Application Gateway.
@@ -4251,6 +4251,7 @@ Any object.
4251
4251
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.Gateway.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
4252
4252
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.Gateway.property.id">id</a></code> | <code>string</code> | *No description.* |
4253
4253
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.Gateway.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | *No description.* |
4254
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.Gateway.property.props">props</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps</code> | *No description.* |
4254
4255
 
4255
4256
  ---
4256
4257
 
@@ -4286,6 +4287,16 @@ public readonly resourceGroup: ResourceGroup;
4286
4287
 
4287
4288
  ---
4288
4289
 
4290
+ ##### `props`<sup>Required</sup> <a name="props" id="@microsoft/terraform-cdk-constructs.azure_applicationgateway.Gateway.property.props"></a>
4291
+
4292
+ ```typescript
4293
+ public readonly props: IGatewayProps;
4294
+ ```
4295
+
4296
+ - *Type:* @microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps
4297
+
4298
+ ---
4299
+
4289
4300
 
4290
4301
  ### Group <a name="Group" id="@microsoft/terraform-cdk-constructs.azure_resourcegroup.Group"></a>
4291
4302
 
@@ -4800,6 +4811,7 @@ Any object.
4800
4811
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Instance.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
4801
4812
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Instance.property.ehInstanceProps">ehInstanceProps</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_eventhub.InstanceProps</code> | *No description.* |
4802
4813
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Instance.property.id">id</a></code> | <code>string</code> | *No description.* |
4814
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Instance.property.name">name</a></code> | <code>string</code> | *No description.* |
4803
4815
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Instance.property.partitionIds">partitionIds</a></code> | <code>string[]</code> | *No description.* |
4804
4816
 
4805
4817
  ---
@@ -4836,6 +4848,16 @@ public readonly id: string;
4836
4848
 
4837
4849
  ---
4838
4850
 
4851
+ ##### `name`<sup>Required</sup> <a name="name" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Instance.property.name"></a>
4852
+
4853
+ ```typescript
4854
+ public readonly name: string;
4855
+ ```
4856
+
4857
+ - *Type:* string
4858
+
4859
+ ---
4860
+
4839
4861
  ##### `partitionIds`<sup>Required</sup> <a name="partitionIds" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Instance.property.partitionIds"></a>
4840
4862
 
4841
4863
  ```typescript
@@ -5208,7 +5230,7 @@ Configuration properties for the Linux VM Scale Set, derived from the LinuxClust
5208
5230
  These include:
5209
5231
  - `location`: The geographic location where the scale set will be hosted (e.g., "eastus").
5210
5232
  - `name`: The name of the scale set, which must be unique within the resource group.
5211
- - `resourceGroup`: The ResourceGroup within which the scale set will be created.
5233
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
5212
5234
  - `sku`: The size specification of the VMs (e.g., "Standard_B2s").
5213
5235
  - `adminUsername`: The administrator username for the VMs.
5214
5236
  - `adminPassword`: The administrator password for the VMs.
@@ -5492,7 +5514,7 @@ Configuration properties for the Linux Virtual Machine, derived from the LinuxVM
5492
5514
  These include:
5493
5515
  - `location`: The geographic location where the VM will be hosted (e.g., "eastus").
5494
5516
  - `name`: The name of the VM, which must be unique within the resource group.
5495
- - `resourceGroup`: The ResourceGroup within which the VM will be created.
5517
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
5496
5518
  - `size`: The size specification of the VM (e.g., "Standard_B2s").
5497
5519
  - `availabilitySetId`: The ID of the availability set in which to include the VM.
5498
5520
  - `userData`: Custom data scripts to pass to the VM upon creation.
@@ -5870,14 +5892,14 @@ public readonly props: IMetricAlertProps;
5870
5892
  ```typescript
5871
5893
  import { azure_eventhub } from '@microsoft/terraform-cdk-constructs'
5872
5894
 
5873
- new azure_eventhub.Namespace(scope: Construct, name: string, ehNamespaceProps: NamespaceProps)
5895
+ new azure_eventhub.Namespace(scope: Construct, name: string, props: NamespaceProps)
5874
5896
  ```
5875
5897
 
5876
5898
  | **Name** | **Type** | **Description** |
5877
5899
  | --- | --- | --- |
5878
5900
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | - The scope in which to define this construct, typically representing the Cloud Development Kit (CDK) stack. |
5879
5901
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.Initializer.parameter.name">name</a></code> | <code>string</code> | - The unique name for this instance of the Event Hub Namespace. |
5880
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.Initializer.parameter.ehNamespaceProps">ehNamespaceProps</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps</code> | - The properties for configuring the Event Hub Namespace. |
5902
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.Initializer.parameter.props">props</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps</code> | *No description.* |
5881
5903
 
5882
5904
  ---
5883
5905
 
@@ -5897,47 +5919,10 @@ The unique name for this instance of the Event Hub Namespace.
5897
5919
 
5898
5920
  ---
5899
5921
 
5900
- ##### `ehNamespaceProps`<sup>Required</sup> <a name="ehNamespaceProps" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.Initializer.parameter.ehNamespaceProps"></a>
5922
+ ##### `props`<sup>Required</sup> <a name="props" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.Initializer.parameter.props"></a>
5901
5923
 
5902
5924
  - *Type:* @microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps
5903
5925
 
5904
- The properties for configuring the Event Hub Namespace.
5905
-
5906
- These properties include:
5907
- - `resourceGroup`: Required. The Azure Resource Group in which the namespace will be created.
5908
- - `name`: Required. The name of the Event Hub Namespace to create.
5909
- - `sku`: Optional. The SKU tier of the namespace (Basic, Standard, Premium). Defaults to "Basic".
5910
- - `capacity`: Optional. Specifies the throughput units for a Standard SKU namespace. Defaults to 2.
5911
- - `autoInflateEnabled`: Optional. Enables or disables Auto Inflate. Defaults to false.
5912
- - `maximumThroughputUnits`: Optional. The maximum number of throughput units when Auto Inflate is enabled. Defaults to 2.
5913
- - `zoneRedundant`: Optional. Specifies if the namespace should be zone redundant. Defaults to true.
5914
- - `tags`: Optional. Tags for resource management and categorization.
5915
- - `minimumTlsVersion`: Optional. Specifies the minimum supported TLS version. Defaults to "1.2".
5916
- - `publicNetworkAccessEnabled`: Optional. Specifies if public network access is enabled. Defaults to true.
5917
- - `localAuthenticationEnabled`: Optional. Specifies if SAS authentication is enabled. Defaults to false.
5918
- - `identityType`: Optional. The type of Managed Service Identity. Defaults to "SystemAssigned".
5919
- - `identityIds`: Optional. A list of User Assigned Managed Identity IDs.
5920
-
5921
- Example usage:
5922
- ```typescript
5923
- const eventHubNamespace = new Namespace(this, 'myNamespace', {
5924
- resourceGroup: resourceGroup,
5925
- name: 'myEventHubNamespace',
5926
- sku: 'Standard',
5927
- capacity: 4,
5928
- autoInflateEnabled: true,
5929
- maximumThroughputUnits: 10,
5930
- zoneRedundant: false,
5931
- tags: {
5932
- department: 'IT'
5933
- },
5934
- minimumTlsVersion: '1.2',
5935
- publicNetworkAccessEnabled: false,
5936
- localAuthenticationEnabled: true,
5937
- identityType: 'SystemAssigned'
5938
- });
5939
- ```
5940
-
5941
5926
  ---
5942
5927
 
5943
5928
  #### Methods <a name="Methods" id="Methods"></a>
@@ -6124,8 +6109,8 @@ Any object.
6124
6109
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
6125
6110
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.id">id</a></code> | <code>string</code> | *No description.* |
6126
6111
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | *No description.* |
6127
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.ehNamespaceProps">ehNamespaceProps</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps</code> | *No description.* |
6128
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.namespaceName">namespaceName</a></code> | <code>string</code> | *No description.* |
6112
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.name">name</a></code> | <code>string</code> | *No description.* |
6113
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.props">props</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps</code> | *No description.* |
6129
6114
 
6130
6115
  ---
6131
6116
 
@@ -6161,23 +6146,23 @@ public readonly resourceGroup: ResourceGroup;
6161
6146
 
6162
6147
  ---
6163
6148
 
6164
- ##### `ehNamespaceProps`<sup>Required</sup> <a name="ehNamespaceProps" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.ehNamespaceProps"></a>
6149
+ ##### `name`<sup>Required</sup> <a name="name" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.name"></a>
6165
6150
 
6166
6151
  ```typescript
6167
- public readonly ehNamespaceProps: NamespaceProps;
6152
+ public readonly name: string;
6168
6153
  ```
6169
6154
 
6170
- - *Type:* @microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps
6155
+ - *Type:* string
6171
6156
 
6172
6157
  ---
6173
6158
 
6174
- ##### `namespaceName`<sup>Required</sup> <a name="namespaceName" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.namespaceName"></a>
6159
+ ##### `props`<sup>Required</sup> <a name="props" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.props"></a>
6175
6160
 
6176
6161
  ```typescript
6177
- public readonly namespaceName: string;
6162
+ public readonly props: NamespaceProps;
6178
6163
  ```
6179
6164
 
6180
- - *Type:* string
6165
+ - *Type:* @microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps
6181
6166
 
6182
6167
  ---
6183
6168
 
@@ -6223,7 +6208,7 @@ The unique identifier for this instance of the network, used within the scope fo
6223
6208
  Configuration properties for the Azure Virtual Network, derived from the NetworkProps interface.
6224
6209
 
6225
6210
  These include:
6226
- - `resourceGroup`: The ResourceGroup within which the virtual network will be created.
6211
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
6227
6212
  - `name`: Optional. The name of the virtual network. If not provided, a default name will be assigned.
6228
6213
  - `location`: Optional. The Azure region where the virtual network will be deployed. Defaults to the resource group's region.
6229
6214
  - `addressSpace`: Optional. A list of CIDR blocks that define the address spaces of the virtual network.
@@ -7168,7 +7153,7 @@ The properties for configuring the Azure Container Registry.
7168
7153
  The properties include:
7169
7154
  - `location`: Required. The Azure region where the registry will be deployed.
7170
7155
  - `name`: Required. The name of the Container Registry.
7171
- - `resourceGroup`: Required. The Azure Resource Group in which to deploy the registry.
7156
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
7172
7157
  - `sku`: Optional. The SKU of the Container Registry (e.g., Basic, Standard, Premium). Determines the features available.
7173
7158
  - `tags`: Optional. Tags for resource management.
7174
7159
  - `adminEnabled`: Optional. Specifies whether the admin user is enabled for the registry. Defaults to false if not set.
@@ -7559,7 +7544,7 @@ The unique identifier for this instance of the security group.
7559
7544
  The properties required to configure the Network Security Group, as defined in the SecurityGroupProps interface.
7560
7545
 
7561
7546
  These include:
7562
- - `resourceGroup`: The Azure Resource Group under which the NSG will be deployed.
7547
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
7563
7548
  - `location`: The Azure region where the NSG will be created.
7564
7549
  - `name`: The name of the NSG, which must be unique within the resource group.
7565
7550
  - `rules`: A list of rules that define the security policies for traffic control.
@@ -8955,7 +8940,7 @@ Configuration properties for the Windows VM Scale Set, derived from the WindowsC
8955
8940
  These include:
8956
8941
  - `location`: The geographic location where the scale set will be hosted (e.g., "eastus").
8957
8942
  - `name`: The name of the scale set, which must be unique within the resource group.
8958
- - `resourceGroup`: The ResourceGroup within which the scale set will be created.
8943
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
8959
8944
  - `sku`: The size specification of the VMs (e.g., "Standard_B2s").
8960
8945
  - `adminUsername`: The administrator username for the VMs.
8961
8946
  - `adminPassword`: The administrator password for the VMs.
@@ -9226,7 +9211,7 @@ Configuration properties for the Windows Virtual Machine, derived from the Windo
9226
9211
  These include:
9227
9212
  - `location`: The geographic location where the VM will be hosted (e.g., "eastus").
9228
9213
  - `name`: The name of the VM, which must be unique within the resource group.
9229
- - `resourceGroup`: The ResourceGroup within which the VM will be created.
9214
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
9230
9215
  - `size`: The size specification of the VM (e.g., "Standard_B2s").
9231
9216
  - `adminUsername`: The administrator username for accessing the VM.
9232
9217
  - `adminPassword`: The administrator password for accessing the VM.
@@ -9501,7 +9486,7 @@ The properties required to configure the Log Analytics workspace, as defined in
9501
9486
  These include:
9502
9487
  - `location`: The Azure region where the workspace will be deployed.
9503
9488
  - `name`: The name of the workspace, which must be globally unique.
9504
- - `resourceGroup`: The Azure Resource Group under which the workspace is deployed.
9489
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
9505
9490
  - `sku`: Optional. The SKU of the workspace, affecting pricing and features.
9506
9491
  - `retention`: Optional. The number of days data will be retained in the workspace.
9507
9492
  - `tags`: Optional. Tags to assign to the workspace for organizational purposes.
@@ -9694,6 +9679,7 @@ Any object.
9694
9679
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.Workspace.property.id">id</a></code> | <code>string</code> | *No description.* |
9695
9680
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.Workspace.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | *No description.* |
9696
9681
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.Workspace.property.props">props</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps</code> | *No description.* |
9682
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.Workspace.property.logAnalyticsWorkspace">logAnalyticsWorkspace</a></code> | <code>@cdktf/provider-azurerm.logAnalyticsWorkspace.LogAnalyticsWorkspace</code> | *No description.* |
9697
9683
 
9698
9684
  ---
9699
9685
 
@@ -9739,6 +9725,16 @@ public readonly props: WorkspaceProps;
9739
9725
 
9740
9726
  ---
9741
9727
 
9728
+ ##### `logAnalyticsWorkspace`<sup>Required</sup> <a name="logAnalyticsWorkspace" id="@microsoft/terraform-cdk-constructs.azure_loganalytics.Workspace.property.logAnalyticsWorkspace"></a>
9729
+
9730
+ ```typescript
9731
+ public readonly logAnalyticsWorkspace: LogAnalyticsWorkspace;
9732
+ ```
9733
+
9734
+ - *Type:* @cdktf/provider-azurerm.logAnalyticsWorkspace.LogAnalyticsWorkspace
9735
+
9736
+ ---
9737
+
9742
9738
 
9743
9739
  ## Structs <a name="Structs" id="Structs"></a>
9744
9740
 
@@ -9892,6 +9888,7 @@ const accountProps: azure_storageaccount.AccountProps = { ... }
9892
9888
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.AccountProps.property.minTlsVersion">minTlsVersion</a></code> | <code>string</code> | The minimum TLS version to be used for securing connections to the storage account. |
9893
9889
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.AccountProps.property.publicNetworkAccessEnabled">publicNetworkAccessEnabled</a></code> | <code>boolean</code> | A boolean flag indicating whether public network access to the storage account is allowed. |
9894
9890
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.AccountProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The name of the Azure resource group in which to create the storage account. |
9891
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.AccountProps.property.sharedAccessKeyEnabled">sharedAccessKeyEnabled</a></code> | <code>boolean</code> | Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. |
9895
9892
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.AccountProps.property.tags">tags</a></code> | <code>{[ key: string ]: string}</code> | Tags to apply to the storage account, used for categorization and billing purposes. |
9896
9893
 
9897
9894
  ---
@@ -10054,6 +10051,21 @@ The name of the Azure resource group in which to create the storage account.
10054
10051
 
10055
10052
  ---
10056
10053
 
10054
+ ##### `sharedAccessKeyEnabled`<sup>Optional</sup> <a name="sharedAccessKeyEnabled" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.AccountProps.property.sharedAccessKeyEnabled"></a>
10055
+
10056
+ ```typescript
10057
+ public readonly sharedAccessKeyEnabled: boolean;
10058
+ ```
10059
+
10060
+ - *Type:* boolean
10061
+
10062
+ Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key.
10063
+
10064
+ If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD).
10065
+ Terraform uses Shared Key Authorisation to provision Storage Containers, Blobs and other items - when Shared Key Access is disabled, you will need to enable the storage_use_azuread flag in the Provider block to use Azure AD for authentication, however not all Azure Storage services support Active Directory authentication.
10066
+
10067
+ ---
10068
+
10057
10069
  ##### `tags`<sup>Optional</sup> <a name="tags" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.AccountProps.property.tags"></a>
10058
10070
 
10059
10071
  ```typescript
@@ -10087,9 +10099,9 @@ const appInsightsProps: azure_applicationinsights.AppInsightsProps = { ... }
10087
10099
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.applicationType">applicationType</a></code> | <code>string</code> | The Application type. |
10088
10100
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.location">location</a></code> | <code>string</code> | The Azure Region to deploy. |
10089
10101
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.name">name</a></code> | <code>string</code> | The name of the Application Insights resource. |
10090
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The name of the Azure Resource Group to deploy to. |
10091
10102
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.dailyDataCapInGb">dailyDataCapInGb</a></code> | <code>number</code> | The Application Insights daily data cap in GB. |
10092
10103
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.dailyDataCapNotificationDisabled">dailyDataCapNotificationDisabled</a></code> | <code>boolean</code> | The Application Insights daily data cap notifications disabled. |
10104
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Application Insights. |
10093
10105
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.retentionInDays">retentionInDays</a></code> | <code>number</code> | The number of days of retention. |
10094
10106
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.tags">tags</a></code> | <code>{[ key: string ]: string}</code> | The tags to assign to the Application Insights resource. |
10095
10107
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.workspaceId">workspaceId</a></code> | <code>string</code> | The id of the Log Analytics Workspace. |
@@ -10132,18 +10144,6 @@ The name of the Application Insights resource.
10132
10144
 
10133
10145
  ---
10134
10146
 
10135
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.resourceGroup"></a>
10136
-
10137
- ```typescript
10138
- public readonly resourceGroup: ResourceGroup;
10139
- ```
10140
-
10141
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
10142
-
10143
- The name of the Azure Resource Group to deploy to.
10144
-
10145
- ---
10146
-
10147
10147
  ##### `dailyDataCapInGb`<sup>Optional</sup> <a name="dailyDataCapInGb" id="@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.dailyDataCapInGb"></a>
10148
10148
 
10149
10149
  ```typescript
@@ -10168,6 +10168,20 @@ The Application Insights daily data cap notifications disabled.
10168
10168
 
10169
10169
  ---
10170
10170
 
10171
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.resourceGroup"></a>
10172
+
10173
+ ```typescript
10174
+ public readonly resourceGroup: ResourceGroup;
10175
+ ```
10176
+
10177
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
10178
+
10179
+ An optional reference to the resource group in which to deploy the Application Insights.
10180
+
10181
+ If not provided, the Application Insights will be deployed in the default resource group.
10182
+
10183
+ ---
10184
+
10171
10185
  ##### `retentionInDays`<sup>Optional</sup> <a name="retentionInDays" id="@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.retentionInDays"></a>
10172
10186
 
10173
10187
  ```typescript
@@ -11080,10 +11094,10 @@ const baseDiagnosticSettingsProps: core_azure.BaseDiagnosticSettingsProps = { ..
11080
11094
  | --- | --- | --- |
11081
11095
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.eventhubAuthorizationRuleId">eventhubAuthorizationRuleId</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#eventhub_authorization_rule_id MonitorDiagnosticSetting#eventhub_authorization_rule_id}. |
11082
11096
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.eventhubName">eventhubName</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#eventhub_name MonitorDiagnosticSetting#eventhub_name}. |
11097
+ | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.log">log</a></code> | <code>@cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingEnabledLog[]</code> | Log Diagnostic categories. |
11083
11098
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.logAnalyticsDestinationType">logAnalyticsDestinationType</a></code> | <code>string</code> | When set to 'Dedicated' logs sent to a Log Analytics workspace will go into resource specific tables, instead of the legacy AzureDiagnostics table. |
11084
11099
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.logAnalyticsWorkspaceId">logAnalyticsWorkspaceId</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#log_analytics_workspace_id MonitorDiagnosticSetting#log_analytics_workspace_id}. |
11085
- | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.logCategories">logCategories</a></code> | <code>string[]</code> | Log Diagnostic categories. |
11086
- | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.metricCategories">metricCategories</a></code> | <code>string[]</code> | Diagnostic Metrics. |
11100
+ | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.metric">metric</a></code> | <code>@cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingMetric[]</code> | Diagnostic Metrics. |
11087
11101
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.name">name</a></code> | <code>string</code> | Name of the diagnostic settings resource. |
11088
11102
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.partnerSolutionId">partnerSolutionId</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#partner_solution_id MonitorDiagnosticSetting#partner_solution_id}. |
11089
11103
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.storageAccountId">storageAccountId</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#storage_account_id MonitorDiagnosticSetting#storage_account_id}. |
@@ -11114,50 +11128,50 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
11114
11128
 
11115
11129
  ---
11116
11130
 
11117
- ##### `logAnalyticsDestinationType`<sup>Optional</sup> <a name="logAnalyticsDestinationType" id="@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.logAnalyticsDestinationType"></a>
11131
+ ##### `log`<sup>Optional</sup> <a name="log" id="@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.log"></a>
11118
11132
 
11119
11133
  ```typescript
11120
- public readonly logAnalyticsDestinationType: string;
11134
+ public readonly log: MonitorDiagnosticSettingEnabledLog[];
11121
11135
  ```
11122
11136
 
11123
- - *Type:* string
11137
+ - *Type:* @cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingEnabledLog[]
11138
+ - *Default:* null
11124
11139
 
11125
- When set to 'Dedicated' logs sent to a Log Analytics workspace will go into resource specific tables, instead of the legacy AzureDiagnostics table.
11140
+ Log Diagnostic categories.
11126
11141
 
11127
11142
  ---
11128
11143
 
11129
- ##### `logAnalyticsWorkspaceId`<sup>Optional</sup> <a name="logAnalyticsWorkspaceId" id="@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.logAnalyticsWorkspaceId"></a>
11144
+ ##### `logAnalyticsDestinationType`<sup>Optional</sup> <a name="logAnalyticsDestinationType" id="@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.logAnalyticsDestinationType"></a>
11130
11145
 
11131
11146
  ```typescript
11132
- public readonly logAnalyticsWorkspaceId: string;
11147
+ public readonly logAnalyticsDestinationType: string;
11133
11148
  ```
11134
11149
 
11135
11150
  - *Type:* string
11136
11151
 
11137
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#log_analytics_workspace_id MonitorDiagnosticSetting#log_analytics_workspace_id}.
11152
+ When set to 'Dedicated' logs sent to a Log Analytics workspace will go into resource specific tables, instead of the legacy AzureDiagnostics table.
11138
11153
 
11139
11154
  ---
11140
11155
 
11141
- ##### `logCategories`<sup>Optional</sup> <a name="logCategories" id="@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.logCategories"></a>
11156
+ ##### `logAnalyticsWorkspaceId`<sup>Optional</sup> <a name="logAnalyticsWorkspaceId" id="@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.logAnalyticsWorkspaceId"></a>
11142
11157
 
11143
11158
  ```typescript
11144
- public readonly logCategories: string[];
11159
+ public readonly logAnalyticsWorkspaceId: string;
11145
11160
  ```
11146
11161
 
11147
- - *Type:* string[]
11148
- - *Default:* null
11162
+ - *Type:* string
11149
11163
 
11150
- Log Diagnostic categories.
11164
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#log_analytics_workspace_id MonitorDiagnosticSetting#log_analytics_workspace_id}.
11151
11165
 
11152
11166
  ---
11153
11167
 
11154
- ##### `metricCategories`<sup>Optional</sup> <a name="metricCategories" id="@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.metricCategories"></a>
11168
+ ##### `metric`<sup>Optional</sup> <a name="metric" id="@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.metric"></a>
11155
11169
 
11156
11170
  ```typescript
11157
- public readonly metricCategories: string[];
11171
+ public readonly metric: MonitorDiagnosticSettingMetric[];
11158
11172
  ```
11159
11173
 
11160
- - *Type:* string[]
11174
+ - *Type:* @cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingMetric[]
11161
11175
  - *Default:* null
11162
11176
 
11163
11177
  Diagnostic Metrics.
@@ -11560,76 +11574,6 @@ The username required to authenticate with the certificate provider (if applicab
11560
11574
 
11561
11575
  ---
11562
11576
 
11563
- ### ClusterProps <a name="ClusterProps" id="@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps"></a>
11564
-
11565
- #### Initializer <a name="Initializer" id="@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps.Initializer"></a>
11566
-
11567
- ```typescript
11568
- import { azure_eventhub } from '@microsoft/terraform-cdk-constructs'
11569
-
11570
- const clusterProps: azure_eventhub.ClusterProps = { ... }
11571
- ```
11572
-
11573
- #### Properties <a name="Properties" id="Properties"></a>
11574
-
11575
- | **Name** | **Type** | **Description** |
11576
- | --- | --- | --- |
11577
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps.property.name">name</a></code> | <code>string</code> | *No description.* |
11578
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The name of the Resource Group in which to create the EventHub Cluster. |
11579
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps.property.skuName">skuName</a></code> | <code>string</code> | The SKU name of the EventHub Cluster. |
11580
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps.property.tags">tags</a></code> | <code>{[ key: string ]: string}</code> | The tags to assign to the Application Insights resource. |
11581
-
11582
- ---
11583
-
11584
- ##### `name`<sup>Required</sup> <a name="name" id="@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps.property.name"></a>
11585
-
11586
- ```typescript
11587
- public readonly name: string;
11588
- ```
11589
-
11590
- - *Type:* string
11591
-
11592
- ---
11593
-
11594
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps.property.resourceGroup"></a>
11595
-
11596
- ```typescript
11597
- public readonly resourceGroup: ResourceGroup;
11598
- ```
11599
-
11600
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
11601
-
11602
- The name of the Resource Group in which to create the EventHub Cluster.
11603
-
11604
- ---
11605
-
11606
- ##### `skuName`<sup>Optional</sup> <a name="skuName" id="@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps.property.skuName"></a>
11607
-
11608
- ```typescript
11609
- public readonly skuName: string;
11610
- ```
11611
-
11612
- - *Type:* string
11613
- - *Default:* "Dedicated_1"
11614
-
11615
- The SKU name of the EventHub Cluster.
11616
-
11617
- The only supported value at this time is Dedicated_1.
11618
-
11619
- ---
11620
-
11621
- ##### `tags`<sup>Optional</sup> <a name="tags" id="@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps.property.tags"></a>
11622
-
11623
- ```typescript
11624
- public readonly tags: {[ key: string ]: string};
11625
- ```
11626
-
11627
- - *Type:* {[ key: string ]: string}
11628
-
11629
- The tags to assign to the Application Insights resource.
11630
-
11631
- ---
11632
-
11633
11577
  ### ClusterProps <a name="ClusterProps" id="@microsoft/terraform-cdk-constructs.azure_kubernetes.ClusterProps"></a>
11634
11578
 
11635
11579
  Interface defining the properties required to create an AKS cluster.
@@ -11797,7 +11741,6 @@ const clusterProps: azure_kusto.ClusterProps = { ... }
11797
11741
  | **Name** | **Type** | **Description** |
11798
11742
  | --- | --- | --- |
11799
11743
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.name">name</a></code> | <code>string</code> | The name of the Kusto Cluster to create. |
11800
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The Azure Resource Group in which to create the Kusto Cluster. |
11801
11744
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.autoStopEnabled">autoStopEnabled</a></code> | <code>boolean</code> | Specifies if the cluster could be automatically stopped. |
11802
11745
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.capacity">capacity</a></code> | <code>number</code> | The node count for the cluster. |
11803
11746
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.enableZones">enableZones</a></code> | <code>boolean</code> | Specifies if the purge operations are enabled. |
@@ -11807,6 +11750,7 @@ const clusterProps: azure_kusto.ClusterProps = { ... }
11807
11750
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.minimumInstances">minimumInstances</a></code> | <code>number</code> | The minimum number of allowed instances. |
11808
11751
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.publicNetworkAccessEnabled">publicNetworkAccessEnabled</a></code> | <code>boolean</code> | Is the public network access enabled? |
11809
11752
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.purgeEnabled">purgeEnabled</a></code> | <code>boolean</code> | Specifies if the purge operations are enabled. |
11753
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Kusto Cluster. |
11810
11754
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.sku">sku</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_kusto.IComputeSpecification</code> | The SKU of the Kusto Cluster. |
11811
11755
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.streamingIngestionEnabled">streamingIngestionEnabled</a></code> | <code>boolean</code> | Specifies if the streaming ingest is enabled. |
11812
11756
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.tags">tags</a></code> | <code>{[ key: string ]: string}</code> | A mapping of tags to assign to the Kusto. |
@@ -11827,18 +11771,6 @@ Only 4-22 lowercase alphanumeric characters allowed, starting with a letter.
11827
11771
 
11828
11772
  ---
11829
11773
 
11830
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.resourceGroup"></a>
11831
-
11832
- ```typescript
11833
- public readonly resourceGroup: ResourceGroup;
11834
- ```
11835
-
11836
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
11837
-
11838
- The Azure Resource Group in which to create the Kusto Cluster.
11839
-
11840
- ---
11841
-
11842
11774
  ##### `autoStopEnabled`<sup>Optional</sup> <a name="autoStopEnabled" id="@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.autoStopEnabled"></a>
11843
11775
 
11844
11776
  ```typescript
@@ -11961,6 +11893,20 @@ Specifies if the purge operations are enabled.
11961
11893
 
11962
11894
  ---
11963
11895
 
11896
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.resourceGroup"></a>
11897
+
11898
+ ```typescript
11899
+ public readonly resourceGroup: ResourceGroup;
11900
+ ```
11901
+
11902
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
11903
+
11904
+ An optional reference to the resource group in which to deploy the Kusto Cluster.
11905
+
11906
+ If not provided, the Kusto Cluster will be deployed in the default resource group.
11907
+
11908
+ ---
11909
+
11964
11910
  ##### `sku`<sup>Optional</sup> <a name="sku" id="@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.sku"></a>
11965
11911
 
11966
11912
  ```typescript
@@ -12181,20 +12127,20 @@ const databaseProps: azure_kusto.DatabaseProps = { ... }
12181
12127
 
12182
12128
  | **Name** | **Type** | **Description** |
12183
12129
  | --- | --- | --- |
12184
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps.property.kusto">kusto</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_kusto.Cluster</code> | The Azure Kusto cluster to which this database belongs. |
12130
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps.property.kustoCluster">kustoCluster</a></code> | <code>@cdktf/provider-azurerm.kustoCluster.KustoCluster</code> | The Azure Kusto cluster to which this database belongs. |
12185
12131
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps.property.name">name</a></code> | <code>string</code> | The name of the Kusto Database to create. |
12186
12132
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps.property.hotCachePeriod">hotCachePeriod</a></code> | <code>string</code> | The time the data that should be kept in cache for fast queries as ISO 8601 timespan. |
12187
12133
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps.property.softDeletePeriod">softDeletePeriod</a></code> | <code>string</code> | The time the data should be kept before it stops being accessible to queries as ISO 8601 timespan. |
12188
12134
 
12189
12135
  ---
12190
12136
 
12191
- ##### `kusto`<sup>Required</sup> <a name="kusto" id="@microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps.property.kusto"></a>
12137
+ ##### `kustoCluster`<sup>Required</sup> <a name="kustoCluster" id="@microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps.property.kustoCluster"></a>
12192
12138
 
12193
12139
  ```typescript
12194
- public readonly kusto: Cluster;
12140
+ public readonly kustoCluster: KustoCluster;
12195
12141
  ```
12196
12142
 
12197
- - *Type:* @microsoft/terraform-cdk-constructs.azure_kusto.Cluster
12143
+ - *Type:* @cdktf/provider-azurerm.kustoCluster.KustoCluster
12198
12144
 
12199
12145
  The Azure Kusto cluster to which this database belongs.
12200
12146
 
@@ -12327,10 +12273,10 @@ const diagnosticSettingsProps: core_azure.DiagnosticSettingsProps = { ... }
12327
12273
  | --- | --- | --- |
12328
12274
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.eventhubAuthorizationRuleId">eventhubAuthorizationRuleId</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#eventhub_authorization_rule_id MonitorDiagnosticSetting#eventhub_authorization_rule_id}. |
12329
12275
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.eventhubName">eventhubName</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#eventhub_name MonitorDiagnosticSetting#eventhub_name}. |
12276
+ | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.log">log</a></code> | <code>@cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingEnabledLog[]</code> | Log Diagnostic categories. |
12330
12277
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.logAnalyticsDestinationType">logAnalyticsDestinationType</a></code> | <code>string</code> | When set to 'Dedicated' logs sent to a Log Analytics workspace will go into resource specific tables, instead of the legacy AzureDiagnostics table. |
12331
12278
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.logAnalyticsWorkspaceId">logAnalyticsWorkspaceId</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#log_analytics_workspace_id MonitorDiagnosticSetting#log_analytics_workspace_id}. |
12332
- | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.logCategories">logCategories</a></code> | <code>string[]</code> | Log Diagnostic categories. |
12333
- | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.metricCategories">metricCategories</a></code> | <code>string[]</code> | Diagnostic Metrics. |
12279
+ | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.metric">metric</a></code> | <code>@cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingMetric[]</code> | Diagnostic Metrics. |
12334
12280
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.name">name</a></code> | <code>string</code> | Name of the diagnostic settings resource. |
12335
12281
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.partnerSolutionId">partnerSolutionId</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#partner_solution_id MonitorDiagnosticSetting#partner_solution_id}. |
12336
12282
  | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.storageAccountId">storageAccountId</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#storage_account_id MonitorDiagnosticSetting#storage_account_id}. |
@@ -12362,50 +12308,50 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
12362
12308
 
12363
12309
  ---
12364
12310
 
12365
- ##### `logAnalyticsDestinationType`<sup>Optional</sup> <a name="logAnalyticsDestinationType" id="@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.logAnalyticsDestinationType"></a>
12311
+ ##### `log`<sup>Optional</sup> <a name="log" id="@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.log"></a>
12366
12312
 
12367
12313
  ```typescript
12368
- public readonly logAnalyticsDestinationType: string;
12314
+ public readonly log: MonitorDiagnosticSettingEnabledLog[];
12369
12315
  ```
12370
12316
 
12371
- - *Type:* string
12317
+ - *Type:* @cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingEnabledLog[]
12318
+ - *Default:* null
12372
12319
 
12373
- When set to 'Dedicated' logs sent to a Log Analytics workspace will go into resource specific tables, instead of the legacy AzureDiagnostics table.
12320
+ Log Diagnostic categories.
12374
12321
 
12375
12322
  ---
12376
12323
 
12377
- ##### `logAnalyticsWorkspaceId`<sup>Optional</sup> <a name="logAnalyticsWorkspaceId" id="@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.logAnalyticsWorkspaceId"></a>
12324
+ ##### `logAnalyticsDestinationType`<sup>Optional</sup> <a name="logAnalyticsDestinationType" id="@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.logAnalyticsDestinationType"></a>
12378
12325
 
12379
12326
  ```typescript
12380
- public readonly logAnalyticsWorkspaceId: string;
12327
+ public readonly logAnalyticsDestinationType: string;
12381
12328
  ```
12382
12329
 
12383
12330
  - *Type:* string
12384
12331
 
12385
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#log_analytics_workspace_id MonitorDiagnosticSetting#log_analytics_workspace_id}.
12332
+ When set to 'Dedicated' logs sent to a Log Analytics workspace will go into resource specific tables, instead of the legacy AzureDiagnostics table.
12386
12333
 
12387
12334
  ---
12388
12335
 
12389
- ##### `logCategories`<sup>Optional</sup> <a name="logCategories" id="@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.logCategories"></a>
12336
+ ##### `logAnalyticsWorkspaceId`<sup>Optional</sup> <a name="logAnalyticsWorkspaceId" id="@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.logAnalyticsWorkspaceId"></a>
12390
12337
 
12391
12338
  ```typescript
12392
- public readonly logCategories: string[];
12339
+ public readonly logAnalyticsWorkspaceId: string;
12393
12340
  ```
12394
12341
 
12395
- - *Type:* string[]
12396
- - *Default:* null
12342
+ - *Type:* string
12397
12343
 
12398
- Log Diagnostic categories.
12344
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#log_analytics_workspace_id MonitorDiagnosticSetting#log_analytics_workspace_id}.
12399
12345
 
12400
12346
  ---
12401
12347
 
12402
- ##### `metricCategories`<sup>Optional</sup> <a name="metricCategories" id="@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.metricCategories"></a>
12348
+ ##### `metric`<sup>Optional</sup> <a name="metric" id="@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.metric"></a>
12403
12349
 
12404
12350
  ```typescript
12405
- public readonly metricCategories: string[];
12351
+ public readonly metric: MonitorDiagnosticSettingMetric[];
12406
12352
  ```
12407
12353
 
12408
- - *Type:* string[]
12354
+ - *Type:* @cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingMetric[]
12409
12355
  - *Default:* null
12410
12356
 
12411
12357
  Diagnostic Metrics.
@@ -12460,47 +12406,121 @@ Target resource id to enable diagnostic settings on.
12460
12406
 
12461
12407
  ---
12462
12408
 
12463
- ### FileShareProps <a name="FileShareProps" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps"></a>
12409
+ ### EventHubClusterProps <a name="EventHubClusterProps" id="@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps"></a>
12464
12410
 
12465
- #### Initializer <a name="Initializer" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.Initializer"></a>
12411
+ #### Initializer <a name="Initializer" id="@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.Initializer"></a>
12466
12412
 
12467
12413
  ```typescript
12468
- import { azure_storageaccount } from '@microsoft/terraform-cdk-constructs'
12414
+ import { azure_eventhub } from '@microsoft/terraform-cdk-constructs'
12469
12415
 
12470
- const fileShareProps: azure_storageaccount.FileShareProps = { ... }
12416
+ const eventHubClusterProps: azure_eventhub.EventHubClusterProps = { ... }
12471
12417
  ```
12472
12418
 
12473
12419
  #### Properties <a name="Properties" id="Properties"></a>
12474
12420
 
12475
12421
  | **Name** | **Type** | **Description** |
12476
12422
  | --- | --- | --- |
12477
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.accessTier">accessTier</a></code> | <code>string</code> | The access tier of the storage share. |
12478
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.acl">acl</a></code> | <code>any</code> | A list of access control rules for the storage share. |
12479
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.enabledProtocol">enabledProtocol</a></code> | <code>string</code> | The protocol to use when accessing the storage share. |
12480
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.metadata">metadata</a></code> | <code>{[ key: string ]: string}</code> | A mapping of tags to assign to the storage share. |
12481
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.quota">quota</a></code> | <code>number</code> | The maximum size of the storage share, in gigabytes. |
12423
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.name">name</a></code> | <code>string</code> | The name of the EventHub Cluster. |
12424
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Event Hub Cluster. |
12425
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.skuName">skuName</a></code> | <code>string</code> | The SKU name of the EventHub Cluster. |
12426
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.tags">tags</a></code> | <code>{[ key: string ]: string}</code> | The tags to assign to the Application Insights resource. |
12482
12427
 
12483
12428
  ---
12484
12429
 
12485
- ##### `accessTier`<sup>Optional</sup> <a name="accessTier" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.accessTier"></a>
12430
+ ##### `name`<sup>Required</sup> <a name="name" id="@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.name"></a>
12486
12431
 
12487
12432
  ```typescript
12488
- public readonly accessTier: string;
12433
+ public readonly name: string;
12489
12434
  ```
12490
12435
 
12491
12436
  - *Type:* string
12492
12437
 
12493
- The access tier of the storage share.
12494
-
12495
- This property is only applicable to storage shares with a premium account type.
12496
- Example values: Hot, Cool.
12438
+ The name of the EventHub Cluster.
12497
12439
 
12498
12440
  ---
12499
12441
 
12500
- ##### `acl`<sup>Optional</sup> <a name="acl" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.acl"></a>
12442
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.resourceGroup"></a>
12501
12443
 
12502
12444
  ```typescript
12503
- public readonly acl: any;
12445
+ public readonly resourceGroup: ResourceGroup;
12446
+ ```
12447
+
12448
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
12449
+
12450
+ An optional reference to the resource group in which to deploy the Event Hub Cluster.
12451
+
12452
+ If not provided, the Event Hub Cluster will be deployed in the default resource group.
12453
+
12454
+ ---
12455
+
12456
+ ##### `skuName`<sup>Optional</sup> <a name="skuName" id="@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.skuName"></a>
12457
+
12458
+ ```typescript
12459
+ public readonly skuName: string;
12460
+ ```
12461
+
12462
+ - *Type:* string
12463
+ - *Default:* "Dedicated_1"
12464
+
12465
+ The SKU name of the EventHub Cluster.
12466
+
12467
+ The only supported value at this time is Dedicated_1.
12468
+
12469
+ ---
12470
+
12471
+ ##### `tags`<sup>Optional</sup> <a name="tags" id="@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.tags"></a>
12472
+
12473
+ ```typescript
12474
+ public readonly tags: {[ key: string ]: string};
12475
+ ```
12476
+
12477
+ - *Type:* {[ key: string ]: string}
12478
+
12479
+ The tags to assign to the Application Insights resource.
12480
+
12481
+ ---
12482
+
12483
+ ### FileShareProps <a name="FileShareProps" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps"></a>
12484
+
12485
+ #### Initializer <a name="Initializer" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.Initializer"></a>
12486
+
12487
+ ```typescript
12488
+ import { azure_storageaccount } from '@microsoft/terraform-cdk-constructs'
12489
+
12490
+ const fileShareProps: azure_storageaccount.FileShareProps = { ... }
12491
+ ```
12492
+
12493
+ #### Properties <a name="Properties" id="Properties"></a>
12494
+
12495
+ | **Name** | **Type** | **Description** |
12496
+ | --- | --- | --- |
12497
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.accessTier">accessTier</a></code> | <code>string</code> | The access tier of the storage share. |
12498
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.acl">acl</a></code> | <code>any</code> | A list of access control rules for the storage share. |
12499
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.enabledProtocol">enabledProtocol</a></code> | <code>string</code> | The protocol to use when accessing the storage share. |
12500
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.metadata">metadata</a></code> | <code>{[ key: string ]: string}</code> | A mapping of tags to assign to the storage share. |
12501
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.quota">quota</a></code> | <code>number</code> | The maximum size of the storage share, in gigabytes. |
12502
+
12503
+ ---
12504
+
12505
+ ##### `accessTier`<sup>Optional</sup> <a name="accessTier" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.accessTier"></a>
12506
+
12507
+ ```typescript
12508
+ public readonly accessTier: string;
12509
+ ```
12510
+
12511
+ - *Type:* string
12512
+
12513
+ The access tier of the storage share.
12514
+
12515
+ This property is only applicable to storage shares with a premium account type.
12516
+ Example values: Hot, Cool.
12517
+
12518
+ ---
12519
+
12520
+ ##### `acl`<sup>Optional</sup> <a name="acl" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.property.acl"></a>
12521
+
12522
+ ```typescript
12523
+ public readonly acl: any;
12504
12524
  ```
12505
12525
 
12506
12526
  - *Type:* any
@@ -13648,7 +13668,6 @@ const linuxClusterProps: azure_virtualmachinescaleset.LinuxClusterProps = { ...
13648
13668
 
13649
13669
  | **Name** | **Type** | **Description** |
13650
13670
  | --- | --- | --- |
13651
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The name of the resource group in which the virtual machine scale set will be created. |
13652
13671
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.adminPassword">adminPassword</a></code> | <code>string</code> | The admin password for the virtual machine. |
13653
13672
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.adminSshKey">adminSshKey</a></code> | <code>cdktf.IResolvable \| @cdktf/provider-azurerm.linuxVirtualMachine.LinuxVirtualMachineAdminSshKey[]</code> | An array of SSH keys for the admin user. |
13654
13673
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.adminUsername">adminUsername</a></code> | <code>string</code> | The admin username for the virtual machine. |
@@ -13657,11 +13676,13 @@ const linuxClusterProps: azure_virtualmachinescaleset.LinuxClusterProps = { ...
13657
13676
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.enableSshAzureADLogin">enableSshAzureADLogin</a></code> | <code>boolean</code> | Enable SSH Azure AD Login, required managed identity to be set. |
13658
13677
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.identity">identity</a></code> | <code>@cdktf/provider-azurerm.linuxVirtualMachine.LinuxVirtualMachineIdentity</code> | Managed identity settings for the VMs. |
13659
13678
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.instances">instances</a></code> | <code>number</code> | The number of VM instances in the scale set. |
13679
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.lifecycle">lifecycle</a></code> | <code>cdktf.TerraformResourceLifecycle</code> | Lifecycle settings for the Terraform resource. |
13660
13680
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.location">location</a></code> | <code>string</code> | The Azure location where the virtual machine scale set should be created. |
13661
13681
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.name">name</a></code> | <code>string</code> | The name of the virtual machine scale set. |
13662
13682
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.osDisk">osDisk</a></code> | <code>@cdktf/provider-azurerm.linuxVirtualMachine.LinuxVirtualMachineOsDisk</code> | The OS disk configuration for the virtual machines. |
13663
13683
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.overprovision">overprovision</a></code> | <code>boolean</code> | Specifies if the VMSS should be overprovisioned. |
13664
13684
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.publicIPAddress">publicIPAddress</a></code> | <code>@cdktf/provider-azurerm.linuxVirtualMachineScaleSet.LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddress[]</code> | The allocation method for the public IP. |
13685
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Virtual Machine. |
13665
13686
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.scaleInPolicy">scaleInPolicy</a></code> | <code>string</code> | Specifies the scale-in policy for the VMSS. |
13666
13687
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.sku">sku</a></code> | <code>string</code> | The size of the virtual machines in the scale set. |
13667
13688
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.sourceImageId">sourceImageId</a></code> | <code>string</code> | The ID of the source image for the virtual machines. |
@@ -13674,18 +13695,6 @@ const linuxClusterProps: azure_virtualmachinescaleset.LinuxClusterProps = { ...
13674
13695
 
13675
13696
  ---
13676
13697
 
13677
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.resourceGroup"></a>
13678
-
13679
- ```typescript
13680
- public readonly resourceGroup: ResourceGroup;
13681
- ```
13682
-
13683
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
13684
-
13685
- The name of the resource group in which the virtual machine scale set will be created.
13686
-
13687
- ---
13688
-
13689
13698
  ##### `adminPassword`<sup>Optional</sup> <a name="adminPassword" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.adminPassword"></a>
13690
13699
 
13691
13700
  ```typescript
@@ -13784,6 +13793,18 @@ The number of VM instances in the scale set.
13784
13793
 
13785
13794
  ---
13786
13795
 
13796
+ ##### `lifecycle`<sup>Optional</sup> <a name="lifecycle" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.lifecycle"></a>
13797
+
13798
+ ```typescript
13799
+ public readonly lifecycle: TerraformResourceLifecycle;
13800
+ ```
13801
+
13802
+ - *Type:* cdktf.TerraformResourceLifecycle
13803
+
13804
+ Lifecycle settings for the Terraform resource.
13805
+
13806
+ ---
13807
+
13787
13808
  ##### `location`<sup>Optional</sup> <a name="location" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.location"></a>
13788
13809
 
13789
13810
  ```typescript
@@ -13848,6 +13869,20 @@ The allocation method for the public IP.
13848
13869
 
13849
13870
  ---
13850
13871
 
13872
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.resourceGroup"></a>
13873
+
13874
+ ```typescript
13875
+ public readonly resourceGroup: ResourceGroup;
13876
+ ```
13877
+
13878
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
13879
+
13880
+ An optional reference to the resource group in which to deploy the Virtual Machine.
13881
+
13882
+ If not provided, the Virtual Machine will be deployed in the default resource group.
13883
+
13884
+ ---
13885
+
13851
13886
  ##### `scaleInPolicy`<sup>Optional</sup> <a name="scaleInPolicy" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.scaleInPolicy"></a>
13852
13887
 
13853
13888
  ```typescript
@@ -13972,7 +14007,6 @@ const linuxVMProps: azure_virtualmachine.LinuxVMProps = { ... }
13972
14007
 
13973
14008
  | **Name** | **Type** | **Description** |
13974
14009
  | --- | --- | --- |
13975
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The name of the resource group in which the virtual machine will be created. |
13976
14010
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.additionalCapabilities">additionalCapabilities</a></code> | <code>@cdktf/provider-azurerm.linuxVirtualMachine.LinuxVirtualMachineAdditionalCapabilities</code> | Additional capabilities like Ultra Disk compatibility. |
13977
14011
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.adminPassword">adminPassword</a></code> | <code>string</code> | The admin password for the virtual machine. |
13978
14012
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.adminSshKey">adminSshKey</a></code> | <code>cdktf.IResolvable \| @cdktf/provider-azurerm.linuxVirtualMachine.LinuxVirtualMachineAdminSshKey[]</code> | An array of SSH keys for the admin user. |
@@ -13982,10 +14016,12 @@ const linuxVMProps: azure_virtualmachine.LinuxVMProps = { ... }
13982
14016
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.customData">customData</a></code> | <code>string</code> | Custom data to pass to the virtual machine upon creation. |
13983
14017
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.enableSshAzureADLogin">enableSshAzureADLogin</a></code> | <code>boolean</code> | Enable SSH Azure AD Login, required managed identity to be set. |
13984
14018
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.identity">identity</a></code> | <code>@cdktf/provider-azurerm.linuxVirtualMachine.LinuxVirtualMachineIdentity</code> | Managed identity settings for the VM. |
14019
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.lifecycle">lifecycle</a></code> | <code>cdktf.TerraformResourceLifecycle</code> | Lifecycle settings for the Terraform resource. |
13985
14020
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.location">location</a></code> | <code>string</code> | The Azure location where the virtual machine should be created. |
13986
14021
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.name">name</a></code> | <code>string</code> | The name of the virtual machine. |
13987
14022
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.osDisk">osDisk</a></code> | <code>@cdktf/provider-azurerm.linuxVirtualMachine.LinuxVirtualMachineOsDisk</code> | The OS disk configuration for the virtual machine. |
13988
14023
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.publicIPAllocationMethod">publicIPAllocationMethod</a></code> | <code>string</code> | The allocation method for the public IP. |
14024
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Virtual Machine. |
13989
14025
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.secret">secret</a></code> | <code>@cdktf/provider-azurerm.linuxVirtualMachine.LinuxVirtualMachineSecret[]</code> | An array of secrets to be passed to the VM. |
13990
14026
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.size">size</a></code> | <code>string</code> | The size of the virtual machine. |
13991
14027
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.sourceImageId">sourceImageId</a></code> | <code>string</code> | The ID of the source image for the virtual machine. |
@@ -13997,18 +14033,6 @@ const linuxVMProps: azure_virtualmachine.LinuxVMProps = { ... }
13997
14033
 
13998
14034
  ---
13999
14035
 
14000
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.resourceGroup"></a>
14001
-
14002
- ```typescript
14003
- public readonly resourceGroup: ResourceGroup;
14004
- ```
14005
-
14006
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
14007
-
14008
- The name of the resource group in which the virtual machine will be created.
14009
-
14010
- ---
14011
-
14012
14036
  ##### `additionalCapabilities`<sup>Optional</sup> <a name="additionalCapabilities" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.additionalCapabilities"></a>
14013
14037
 
14014
14038
  ```typescript
@@ -14117,6 +14141,18 @@ Managed identity settings for the VM.
14117
14141
 
14118
14142
  ---
14119
14143
 
14144
+ ##### `lifecycle`<sup>Optional</sup> <a name="lifecycle" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.lifecycle"></a>
14145
+
14146
+ ```typescript
14147
+ public readonly lifecycle: TerraformResourceLifecycle;
14148
+ ```
14149
+
14150
+ - *Type:* cdktf.TerraformResourceLifecycle
14151
+
14152
+ Lifecycle settings for the Terraform resource.
14153
+
14154
+ ---
14155
+
14120
14156
  ##### `location`<sup>Optional</sup> <a name="location" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.location"></a>
14121
14157
 
14122
14158
  ```typescript
@@ -14168,6 +14204,20 @@ The allocation method for the public IP.
14168
14204
 
14169
14205
  ---
14170
14206
 
14207
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.resourceGroup"></a>
14208
+
14209
+ ```typescript
14210
+ public readonly resourceGroup: ResourceGroup;
14211
+ ```
14212
+
14213
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
14214
+
14215
+ An optional reference to the resource group in which to deploy the Virtual Machine.
14216
+
14217
+ If not provided, the Virtual Machine will be deployed in the default resource group.
14218
+
14219
+ ---
14220
+
14171
14221
  ##### `secret`<sup>Optional</sup> <a name="secret" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.secret"></a>
14172
14222
 
14173
14223
  ```typescript
@@ -14809,7 +14859,6 @@ const namespaceProps: azure_eventhub.NamespaceProps = { ... }
14809
14859
  | **Name** | **Type** | **Description** |
14810
14860
  | --- | --- | --- |
14811
14861
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.name">name</a></code> | <code>string</code> | The name of the EventHub Namespace to create. |
14812
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The Azure Resource Group in which to create the EventHub Namespace. |
14813
14862
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.autoInflateEnabled">autoInflateEnabled</a></code> | <code>boolean</code> | Specifies if the EventHub Namespace should be Auto Inflate enabled. |
14814
14863
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.capacity">capacity</a></code> | <code>number</code> | Specifies the Capacity / Throughput Units for a Standard SKU namespace. |
14815
14864
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.identityIds">identityIds</a></code> | <code>string[]</code> | Specifies a list of User Assigned Managed Identity IDs to be assigned to this EventHub namespace. |
@@ -14818,6 +14867,7 @@ const namespaceProps: azure_eventhub.NamespaceProps = { ... }
14818
14867
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.maximumThroughputUnits">maximumThroughputUnits</a></code> | <code>number</code> | Specifies the maximum number of throughput units when Auto Inflate is Enabled. |
14819
14868
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.minimumTlsVersion">minimumTlsVersion</a></code> | <code>string</code> | The minimum supported TLS version for this EventHub Namespace. |
14820
14869
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.publicNetworkAccessEnabled">publicNetworkAccessEnabled</a></code> | <code>boolean</code> | Is public network access enabled for the EventHub Namespace? |
14870
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Event Hub Cluster. |
14821
14871
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.sku">sku</a></code> | <code>string</code> | Defines which tier to use. |
14822
14872
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.tags">tags</a></code> | <code>{[ key: string ]: string}</code> | The tags to assign to the Key Vault. |
14823
14873
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.zoneRedundant">zoneRedundant</a></code> | <code>boolean</code> | Specifies if the EventHub Namespace should be Zone Redundant (created across Availability Zones). |
@@ -14836,18 +14886,6 @@ The name of the EventHub Namespace to create.
14836
14886
 
14837
14887
  ---
14838
14888
 
14839
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.resourceGroup"></a>
14840
-
14841
- ```typescript
14842
- public readonly resourceGroup: ResourceGroup;
14843
- ```
14844
-
14845
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
14846
-
14847
- The Azure Resource Group in which to create the EventHub Namespace.
14848
-
14849
- ---
14850
-
14851
14889
  ##### `autoInflateEnabled`<sup>Optional</sup> <a name="autoInflateEnabled" id="@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.autoInflateEnabled"></a>
14852
14890
 
14853
14891
  ```typescript
@@ -14959,6 +14997,20 @@ Is public network access enabled for the EventHub Namespace?
14959
14997
 
14960
14998
  ---
14961
14999
 
15000
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.resourceGroup"></a>
15001
+
15002
+ ```typescript
15003
+ public readonly resourceGroup: ResourceGroup;
15004
+ ```
15005
+
15006
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
15007
+
15008
+ An optional reference to the resource group in which to deploy the Event Hub Cluster.
15009
+
15010
+ If not provided, the Event Hub Cluster will be deployed in the default resource group.
15011
+
15012
+ ---
15013
+
14962
15014
  ##### `sku`<sup>Optional</sup> <a name="sku" id="@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.sku"></a>
14963
15015
 
14964
15016
  ```typescript
@@ -15015,26 +15067,14 @@ const networkProps: azure_virtualnetwork.NetworkProps = { ... }
15015
15067
 
15016
15068
  | **Name** | **Type** | **Description** |
15017
15069
  | --- | --- | --- |
15018
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The name of the resource group under which the virtual network will be created. |
15019
15070
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.addressSpace">addressSpace</a></code> | <code>string[]</code> | Optional: A list of address spaces for the virtual network, specified in CIDR notation. |
15020
15071
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.location">location</a></code> | <code>string</code> | Optional: The Azure region in which to create the virtual network, e.g., 'East US', 'West Europe'. If not specified, the region of the resource group will be used. |
15021
15072
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.name">name</a></code> | <code>string</code> | Optional: The name of the virtual network. |
15073
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Virtual Machine. |
15022
15074
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.subnets">subnets</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_virtualnetwork.SubnetConfig[]</code> | Optional: An array of subnet configurations to be created within the virtual network. |
15023
15075
 
15024
15076
  ---
15025
15077
 
15026
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.resourceGroup"></a>
15027
-
15028
- ```typescript
15029
- public readonly resourceGroup: ResourceGroup;
15030
- ```
15031
-
15032
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
15033
-
15034
- The name of the resource group under which the virtual network will be created.
15035
-
15036
- ---
15037
-
15038
15078
  ##### `addressSpace`<sup>Optional</sup> <a name="addressSpace" id="@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.addressSpace"></a>
15039
15079
 
15040
15080
  ```typescript
@@ -15076,6 +15116,20 @@ If not provided, a default name will be assigned.
15076
15116
 
15077
15117
  ---
15078
15118
 
15119
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.resourceGroup"></a>
15120
+
15121
+ ```typescript
15122
+ public readonly resourceGroup: ResourceGroup;
15123
+ ```
15124
+
15125
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
15126
+
15127
+ An optional reference to the resource group in which to deploy the Virtual Machine.
15128
+
15129
+ If not provided, the Virtual Machine will be deployed in the default resource group.
15130
+
15131
+ ---
15132
+
15079
15133
  ##### `subnets`<sup>Optional</sup> <a name="subnets" id="@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.subnets"></a>
15080
15134
 
15081
15135
  ```typescript
@@ -15494,9 +15548,9 @@ const registryProps: azure_containerregistry.RegistryProps = { ... }
15494
15548
  | --- | --- | --- |
15495
15549
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.location">location</a></code> | <code>string</code> | The Azure Region to deploy. |
15496
15550
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.name">name</a></code> | <code>string</code> | The name of the Log Analytics Workspace. |
15497
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The name of the Azure Resource Group. |
15498
15551
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.adminEnabled">adminEnabled</a></code> | <code>boolean</code> | Create enable Admin user. |
15499
15552
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.geoReplicationLocations">geoReplicationLocations</a></code> | <code>any</code> | Specify the locations to configure replication. |
15553
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Container Registry. |
15500
15554
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.sku">sku</a></code> | <code>string</code> | The SKU of the Log Analytics Workspace. |
15501
15555
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.tags">tags</a></code> | <code>{[ key: string ]: string}</code> | The tags to assign to the Resource Group. |
15502
15556
 
@@ -15526,18 +15580,6 @@ The name of the Log Analytics Workspace.
15526
15580
 
15527
15581
  ---
15528
15582
 
15529
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.resourceGroup"></a>
15530
-
15531
- ```typescript
15532
- public readonly resourceGroup: ResourceGroup;
15533
- ```
15534
-
15535
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
15536
-
15537
- The name of the Azure Resource Group.
15538
-
15539
- ---
15540
-
15541
15583
  ##### `adminEnabled`<sup>Optional</sup> <a name="adminEnabled" id="@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.adminEnabled"></a>
15542
15584
 
15543
15585
  ```typescript
@@ -15562,6 +15604,20 @@ Specify the locations to configure replication.
15562
15604
 
15563
15605
  ---
15564
15606
 
15607
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.resourceGroup"></a>
15608
+
15609
+ ```typescript
15610
+ public readonly resourceGroup: ResourceGroup;
15611
+ ```
15612
+
15613
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
15614
+
15615
+ An optional reference to the resource group in which to deploy the Container Registry.
15616
+
15617
+ If not provided, the Container Registry will be deployed in the default resource group.
15618
+
15619
+ ---
15620
+
15565
15621
  ##### `sku`<sup>Optional</sup> <a name="sku" id="@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.sku"></a>
15566
15622
 
15567
15623
  ```typescript
@@ -15990,8 +16046,8 @@ const securityGroupProps: azure_networksecuritygroup.SecurityGroupProps = { ...
15990
16046
  | --- | --- | --- |
15991
16047
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.location">location</a></code> | <code>string</code> | The Azure region in which to create the network security group, e.g., 'East US', 'West Europe'. |
15992
16048
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.name">name</a></code> | <code>string</code> | The name of the network security group. |
15993
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The name of the resource group under which the network security group will be created. |
15994
16049
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.rules">rules</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.RuleConfig[]</code> | An array of rule configurations to be applied to the network security group. |
16050
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Workspace. |
15995
16051
 
15996
16052
  ---
15997
16053
 
@@ -16021,27 +16077,29 @@ Must be unique within the resource group.
16021
16077
 
16022
16078
  ---
16023
16079
 
16024
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.resourceGroup"></a>
16080
+ ##### `rules`<sup>Required</sup> <a name="rules" id="@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.rules"></a>
16025
16081
 
16026
16082
  ```typescript
16027
- public readonly resourceGroup: ResourceGroup;
16083
+ public readonly rules: RuleConfig[];
16028
16084
  ```
16029
16085
 
16030
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16086
+ - *Type:* @microsoft/terraform-cdk-constructs.azure_networksecuritygroup.RuleConfig[]
16031
16087
 
16032
- The name of the resource group under which the network security group will be created.
16088
+ An array of rule configurations to be applied to the network security group.
16033
16089
 
16034
16090
  ---
16035
16091
 
16036
- ##### `rules`<sup>Required</sup> <a name="rules" id="@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.rules"></a>
16092
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.resourceGroup"></a>
16037
16093
 
16038
16094
  ```typescript
16039
- public readonly rules: RuleConfig[];
16095
+ public readonly resourceGroup: ResourceGroup;
16040
16096
  ```
16041
16097
 
16042
- - *Type:* @microsoft/terraform-cdk-constructs.azure_networksecuritygroup.RuleConfig[]
16098
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16043
16099
 
16044
- An array of rule configurations to be applied to the network security group.
16100
+ An optional reference to the resource group in which to deploy the Workspace.
16101
+
16102
+ If not provided, the Workspace will be deployed in the default resource group.
16045
16103
 
16046
16104
  ---
16047
16105
 
@@ -16275,10 +16333,10 @@ const vaultProps: azure_keyvault.VaultProps = { ... }
16275
16333
  | --- | --- | --- |
16276
16334
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.location">location</a></code> | <code>string</code> | The Azure Region to deploy the Key Vault. |
16277
16335
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.name">name</a></code> | <code>string</code> | The name of the Key Vault. |
16278
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The name of the Azure Resource Group. |
16279
16336
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.tenantId">tenantId</a></code> | <code>string</code> | The Name of the SKU used for this Key Vault. |
16280
16337
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.networkAcls">networkAcls</a></code> | <code>@cdktf/provider-azurerm.keyVault.KeyVaultNetworkAcls</code> | The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. |
16281
16338
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.purgeProtection">purgeProtection</a></code> | <code>boolean</code> | A map of IP network ACL rules. |
16339
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Key Vault. |
16282
16340
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.sku">sku</a></code> | <code>string</code> | The tags to assign to the Key Vault. |
16283
16341
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.softDeleteRetentionDays">softDeleteRetentionDays</a></code> | <code>number</code> | Specifies whether protection against purge is enabled for this Key Vault. |
16284
16342
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.tags">tags</a></code> | <code>{[ key: string ]: string}</code> | The tags to assign to the Key Vault. |
@@ -16309,18 +16367,6 @@ The name of the Key Vault.
16309
16367
 
16310
16368
  ---
16311
16369
 
16312
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.resourceGroup"></a>
16313
-
16314
- ```typescript
16315
- public readonly resourceGroup: ResourceGroup;
16316
- ```
16317
-
16318
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16319
-
16320
- The name of the Azure Resource Group.
16321
-
16322
- ---
16323
-
16324
16370
  ##### `tenantId`<sup>Required</sup> <a name="tenantId" id="@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.tenantId"></a>
16325
16371
 
16326
16372
  ```typescript
@@ -16362,6 +16408,20 @@ The value is a description of that IP range.
16362
16408
 
16363
16409
  ---
16364
16410
 
16411
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.resourceGroup"></a>
16412
+
16413
+ ```typescript
16414
+ public readonly resourceGroup: ResourceGroup;
16415
+ ```
16416
+
16417
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16418
+
16419
+ An optional reference to the resource group in which to deploy the Key Vault.
16420
+
16421
+ If not provided, the Key Vault will be deployed in the default resource group.
16422
+
16423
+ ---
16424
+
16365
16425
  ##### `sku`<sup>Optional</sup> <a name="sku" id="@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.sku"></a>
16366
16426
 
16367
16427
  ```typescript
@@ -16417,16 +16477,17 @@ const windowsClusterProps: azure_virtualmachinescaleset.WindowsClusterProps = {
16417
16477
  | --- | --- | --- |
16418
16478
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.adminPassword">adminPassword</a></code> | <code>string</code> | The admin password for the virtual machine. |
16419
16479
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.adminUsername">adminUsername</a></code> | <code>string</code> | The admin username for the virtual machine. |
16420
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The name of the resource group in which the virtual machine will be created. |
16421
16480
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.boostrapCustomData">boostrapCustomData</a></code> | <code>string</code> | Custom data to bootstrap the virtual machine. |
16422
16481
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.bootDiagnosticsStorageURI">bootDiagnosticsStorageURI</a></code> | <code>string</code> | Bootdiagnostics settings for the VM. |
16423
16482
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.customData">customData</a></code> | <code>string</code> | Custom data to pass to the virtual machine upon creation. |
16424
16483
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.instances">instances</a></code> | <code>number</code> | The number of VM instances in the scale set. |
16484
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.lifecycle">lifecycle</a></code> | <code>cdktf.TerraformResourceLifecycle</code> | Lifecycle settings for the Terraform resource. |
16425
16485
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.location">location</a></code> | <code>string</code> | The Azure location where the virtual machine should be created. |
16426
16486
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.name">name</a></code> | <code>string</code> | The name of the virtual machine. |
16427
16487
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.osDisk">osDisk</a></code> | <code>@cdktf/provider-azurerm.windowsVirtualMachine.WindowsVirtualMachineOsDisk</code> | The OS disk configuration for the virtual machine. |
16428
16488
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.overprovision">overprovision</a></code> | <code>boolean</code> | Specifies if the VMSS should be overprovisioned. |
16429
16489
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.publicIPAddress">publicIPAddress</a></code> | <code>@cdktf/provider-azurerm.windowsVirtualMachineScaleSet.WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddress[]</code> | The allocation method for the public IP. |
16490
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Virtual Machine. |
16430
16491
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.scaleInPolicy">scaleInPolicy</a></code> | <code>string</code> | Specifies the scale-in policy for the VMSS. |
16431
16492
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.sku">sku</a></code> | <code>string</code> | The size of the virtual machine. |
16432
16493
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.sourceImageId">sourceImageId</a></code> | <code>string</code> | The ID of the source image for the virtual machine. |
@@ -16462,18 +16523,6 @@ The admin username for the virtual machine.
16462
16523
 
16463
16524
  ---
16464
16525
 
16465
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.resourceGroup"></a>
16466
-
16467
- ```typescript
16468
- public readonly resourceGroup: ResourceGroup;
16469
- ```
16470
-
16471
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16472
-
16473
- The name of the resource group in which the virtual machine will be created.
16474
-
16475
- ---
16476
-
16477
16526
  ##### `boostrapCustomData`<sup>Optional</sup> <a name="boostrapCustomData" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.boostrapCustomData"></a>
16478
16527
 
16479
16528
  ```typescript
@@ -16525,6 +16574,18 @@ The number of VM instances in the scale set.
16525
16574
 
16526
16575
  ---
16527
16576
 
16577
+ ##### `lifecycle`<sup>Optional</sup> <a name="lifecycle" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.lifecycle"></a>
16578
+
16579
+ ```typescript
16580
+ public readonly lifecycle: TerraformResourceLifecycle;
16581
+ ```
16582
+
16583
+ - *Type:* cdktf.TerraformResourceLifecycle
16584
+
16585
+ Lifecycle settings for the Terraform resource.
16586
+
16587
+ ---
16588
+
16528
16589
  ##### `location`<sup>Optional</sup> <a name="location" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.location"></a>
16529
16590
 
16530
16591
  ```typescript
@@ -16589,6 +16650,20 @@ The allocation method for the public IP.
16589
16650
 
16590
16651
  ---
16591
16652
 
16653
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.resourceGroup"></a>
16654
+
16655
+ ```typescript
16656
+ public readonly resourceGroup: ResourceGroup;
16657
+ ```
16658
+
16659
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16660
+
16661
+ An optional reference to the resource group in which to deploy the Virtual Machine.
16662
+
16663
+ If not provided, the Virtual Machine will be deployed in the default resource group.
16664
+
16665
+ ---
16666
+
16592
16667
  ##### `scaleInPolicy`<sup>Optional</sup> <a name="scaleInPolicy" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.scaleInPolicy"></a>
16593
16668
 
16594
16669
  ```typescript
@@ -16704,14 +16779,15 @@ const windowsVMProps: azure_virtualmachine.WindowsVMProps = { ... }
16704
16779
  | --- | --- | --- |
16705
16780
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.adminPassword">adminPassword</a></code> | <code>string</code> | The admin password for the virtual machine. |
16706
16781
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.adminUsername">adminUsername</a></code> | <code>string</code> | The admin username for the virtual machine. |
16707
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The name of the resource group in which the virtual machine will be created. |
16708
16782
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.boostrapCustomData">boostrapCustomData</a></code> | <code>string</code> | Custom data to bootstrap the virtual machine. |
16709
16783
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.bootDiagnosticsStorageURI">bootDiagnosticsStorageURI</a></code> | <code>string</code> | Bootdiagnostics settings for the VM. |
16710
16784
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.customData">customData</a></code> | <code>string</code> | Custom data to pass to the virtual machine upon creation. |
16785
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.lifecycle">lifecycle</a></code> | <code>cdktf.TerraformResourceLifecycle</code> | Lifecycle settings for the Terraform resource. |
16711
16786
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.location">location</a></code> | <code>string</code> | The Azure location where the virtual machine should be created. |
16712
16787
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.name">name</a></code> | <code>string</code> | The name of the virtual machine. |
16713
16788
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.osDisk">osDisk</a></code> | <code>@cdktf/provider-azurerm.windowsVirtualMachine.WindowsVirtualMachineOsDisk</code> | The OS disk configuration for the virtual machine. |
16714
16789
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.publicIPAllocationMethod">publicIPAllocationMethod</a></code> | <code>string</code> | The allocation method for the public IP. |
16790
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Virtual Machine. |
16715
16791
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.size">size</a></code> | <code>string</code> | The size of the virtual machine. |
16716
16792
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.sourceImageId">sourceImageId</a></code> | <code>string</code> | The ID of the source image for the virtual machine. |
16717
16793
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.sourceImageReference">sourceImageReference</a></code> | <code>@cdktf/provider-azurerm.windowsVirtualMachine.WindowsVirtualMachineSourceImageReference</code> | The source image reference for the virtual machine. |
@@ -16744,18 +16820,6 @@ The admin username for the virtual machine.
16744
16820
 
16745
16821
  ---
16746
16822
 
16747
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.resourceGroup"></a>
16748
-
16749
- ```typescript
16750
- public readonly resourceGroup: ResourceGroup;
16751
- ```
16752
-
16753
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16754
-
16755
- The name of the resource group in which the virtual machine will be created.
16756
-
16757
- ---
16758
-
16759
16823
  ##### `boostrapCustomData`<sup>Optional</sup> <a name="boostrapCustomData" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.boostrapCustomData"></a>
16760
16824
 
16761
16825
  ```typescript
@@ -16794,6 +16858,18 @@ Custom data to pass to the virtual machine upon creation.
16794
16858
 
16795
16859
  ---
16796
16860
 
16861
+ ##### `lifecycle`<sup>Optional</sup> <a name="lifecycle" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.lifecycle"></a>
16862
+
16863
+ ```typescript
16864
+ public readonly lifecycle: TerraformResourceLifecycle;
16865
+ ```
16866
+
16867
+ - *Type:* cdktf.TerraformResourceLifecycle
16868
+
16869
+ Lifecycle settings for the Terraform resource.
16870
+
16871
+ ---
16872
+
16797
16873
  ##### `location`<sup>Optional</sup> <a name="location" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.location"></a>
16798
16874
 
16799
16875
  ```typescript
@@ -16845,6 +16921,20 @@ The allocation method for the public IP.
16845
16921
 
16846
16922
  ---
16847
16923
 
16924
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.resourceGroup"></a>
16925
+
16926
+ ```typescript
16927
+ public readonly resourceGroup: ResourceGroup;
16928
+ ```
16929
+
16930
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16931
+
16932
+ An optional reference to the resource group in which to deploy the Virtual Machine.
16933
+
16934
+ If not provided, the Virtual Machine will be deployed in the default resource group.
16935
+
16936
+ ---
16937
+
16848
16938
  ##### `size`<sup>Optional</sup> <a name="size" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.size"></a>
16849
16939
 
16850
16940
  ```typescript
@@ -16924,10 +17014,10 @@ const workspaceProps: azure_loganalytics.WorkspaceProps = { ... }
16924
17014
  | --- | --- | --- |
16925
17015
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.location">location</a></code> | <code>string</code> | The Azure Region to deploy. |
16926
17016
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.name">name</a></code> | <code>string</code> | The name of the Log Analytics Workspace. |
16927
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The name of the Azure Resource Group. |
16928
17017
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.dataExport">dataExport</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_loganalytics.DataExport[]</code> | Create a DataExport for the Log Analytics Workspace. |
16929
17018
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.functions">functions</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_loganalytics.LAFunctions[]</code> | A collection of Log Analytic functions. |
16930
17019
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.queries">queries</a></code> | <code>@microsoft/terraform-cdk-constructs.azure_loganalytics.Queries[]</code> | A collection of log saved log analytics queries. |
17020
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Workspace. |
16931
17021
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.retention">retention</a></code> | <code>number</code> | The number of days of retention. |
16932
17022
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.sku">sku</a></code> | <code>string</code> | The SKU of the Log Analytics Workspace. |
16933
17023
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.tags">tags</a></code> | <code>{[ key: string ]: string}</code> | The tags to assign to the Resource Group. |
@@ -16958,18 +17048,6 @@ The name of the Log Analytics Workspace.
16958
17048
 
16959
17049
  ---
16960
17050
 
16961
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.resourceGroup"></a>
16962
-
16963
- ```typescript
16964
- public readonly resourceGroup: ResourceGroup;
16965
- ```
16966
-
16967
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16968
-
16969
- The name of the Azure Resource Group.
16970
-
16971
- ---
16972
-
16973
17051
  ##### `dataExport`<sup>Optional</sup> <a name="dataExport" id="@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.dataExport"></a>
16974
17052
 
16975
17053
  ```typescript
@@ -17006,6 +17084,20 @@ A collection of log saved log analytics queries.
17006
17084
 
17007
17085
  ---
17008
17086
 
17087
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.resourceGroup"></a>
17088
+
17089
+ ```typescript
17090
+ public readonly resourceGroup: ResourceGroup;
17091
+ ```
17092
+
17093
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
17094
+
17095
+ An optional reference to the resource group in which to deploy the Workspace.
17096
+
17097
+ If not provided, the Workspace will be deployed in the default resource group.
17098
+
17099
+ ---
17100
+
17009
17101
  ##### `retention`<sup>Optional</sup> <a name="retention" id="@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.retention"></a>
17010
17102
 
17011
17103
  ```typescript
@@ -18945,7 +19037,6 @@ public readonly workload: string;
18945
19037
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.location">location</a></code> | <code>string</code> | The location where the Application Gateway will be deployed (e.g., region). |
18946
19038
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.name">name</a></code> | <code>string</code> | The name of the Application Gateway. |
18947
19039
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.requestRoutingRules">requestRoutingRules</a></code> | <code>@cdktf/provider-azurerm.applicationGateway.ApplicationGatewayRequestRoutingRule[]</code> | The request routing rules for the Application Gateway. |
18948
- | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | The resource group under which the Application Gateway will be deployed. |
18949
19040
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.skuSize">skuSize</a></code> | <code>string</code> | The size of the SKU for the Application Gateway. |
18950
19041
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.skuTier">skuTier</a></code> | <code>string</code> | The SKU tier of the Application Gateway (e.g., Standard, WAF). |
18951
19042
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.authenticationCertificate">authenticationCertificate</a></code> | <code>@cdktf/provider-azurerm.applicationGateway.ApplicationGatewayAuthenticationCertificate[]</code> | Optional authentication certificates for mutual authentication. |
@@ -18961,6 +19052,7 @@ public readonly workload: string;
18961
19052
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.privateLinkConfiguration">privateLinkConfiguration</a></code> | <code>@cdktf/provider-azurerm.applicationGateway.ApplicationGatewayPrivateLinkConfiguration[]</code> | Optional configurations for enabling Private Link on the Application Gateway. |
18962
19053
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.probe">probe</a></code> | <code>@cdktf/provider-azurerm.applicationGateway.ApplicationGatewayProbe[]</code> | Optional probes for health checks of the backend HTTP settings. |
18963
19054
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.redirectConfiguration">redirectConfiguration</a></code> | <code>@cdktf/provider-azurerm.applicationGateway.ApplicationGatewayRedirectConfiguration[]</code> | Optional configurations for redirect rules. |
19055
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.resourceGroup">resourceGroup</a></code> | <code>@cdktf/provider-azurerm.resourceGroup.ResourceGroup</code> | An optional reference to the resource group in which to deploy the Application Gateway. |
18964
19056
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.rewriteRuleSet">rewriteRuleSet</a></code> | <code>@cdktf/provider-azurerm.applicationGateway.ApplicationGatewayRewriteRuleSet[]</code> | Optional rewrite rule sets for modifying HTTP request and response headers and bodies. |
18965
19057
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.sslCertificate">sslCertificate</a></code> | <code>@cdktf/provider-azurerm.applicationGateway.ApplicationGatewaySslCertificate[]</code> | Optional SSL certificates for enabling HTTPS on the Application Gateway. |
18966
19058
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.sslPolicy">sslPolicy</a></code> | <code>@cdktf/provider-azurerm.applicationGateway.ApplicationGatewaySslPolicy</code> | Optional SSL policy configurations, defining the protocol and cipher suites used. |
@@ -19064,18 +19156,6 @@ The request routing rules for the Application Gateway.
19064
19156
 
19065
19157
  ---
19066
19158
 
19067
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.resourceGroup"></a>
19068
-
19069
- ```typescript
19070
- public readonly resourceGroup: ResourceGroup;
19071
- ```
19072
-
19073
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
19074
-
19075
- The resource group under which the Application Gateway will be deployed.
19076
-
19077
- ---
19078
-
19079
19159
  ##### `skuSize`<sup>Required</sup> <a name="skuSize" id="@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.skuSize"></a>
19080
19160
 
19081
19161
  ```typescript
@@ -19256,6 +19336,20 @@ Optional configurations for redirect rules.
19256
19336
 
19257
19337
  ---
19258
19338
 
19339
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.resourceGroup"></a>
19340
+
19341
+ ```typescript
19342
+ public readonly resourceGroup: ResourceGroup;
19343
+ ```
19344
+
19345
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
19346
+
19347
+ An optional reference to the resource group in which to deploy the Application Gateway.
19348
+
19349
+ If not provided, the Application Gateway will be deployed in the default resource group.
19350
+
19351
+ ---
19352
+
19259
19353
  ##### `rewriteRuleSet`<sup>Optional</sup> <a name="rewriteRuleSet" id="@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.rewriteRuleSet"></a>
19260
19354
 
19261
19355
  ```typescript