@microsoft/terraform-cdk-constructs 0.0.3-pre.11 → 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 (187) hide show
  1. package/.jsii +334 -211
  2. package/API.md +166 -76
  3. package/README.md +4 -5
  4. package/docs/testing.md +39 -137
  5. package/lib/azure-actiongroup/test/AzureActionGroup.integ.js +66 -0
  6. package/lib/azure-actiongroup/test/AzureActionGroup.spec.js +5 -22
  7. package/lib/azure-applicationgateway/lib/gateway.js +1 -1
  8. package/lib/azure-applicationgateway/test/AzureApplicationGateway.integ.d.ts +1 -0
  9. package/lib/azure-applicationgateway/test/AzureApplicationGateway.integ.js +272 -0
  10. package/lib/azure-applicationgateway/test/AzureApplicationGateway.spec.js +3 -20
  11. package/lib/azure-applicationinsights/lib/appinsights.js +1 -1
  12. package/lib/azure-applicationinsights/test/AzureAppInsights.integ.d.ts +1 -0
  13. package/lib/azure-applicationinsights/test/AzureAppInsights.integ.js +101 -0
  14. package/lib/azure-applicationinsights/test/AzureAppInsights.spec.js +4 -21
  15. package/lib/azure-containerregistry/lib/registry.js +1 -1
  16. package/lib/azure-containerregistry/test/AzureContainerRegistry.integ.d.ts +1 -0
  17. package/lib/azure-containerregistry/test/AzureContainerRegistry.integ.js +68 -0
  18. package/lib/azure-containerregistry/test/AzureContainerRegistry.spec.js +4 -17
  19. package/lib/azure-datalake/lib/datalake.d.ts +1 -0
  20. package/lib/azure-datalake/lib/datalake.js +2 -1
  21. package/lib/azure-datalake/test/AzureDatalake.spec.d.ts +1 -0
  22. package/lib/azure-datalake/test/AzureDatalake.spec.js +32 -0
  23. package/lib/azure-datalake/test/AzureStorageAccount.integ.d.ts +1 -0
  24. package/lib/azure-datalake/test/AzureStorageAccount.integ.js +60 -0
  25. package/lib/azure-eventhub/lib/authorization.js +1 -1
  26. package/lib/azure-eventhub/lib/consumer.js +1 -1
  27. package/lib/azure-eventhub/lib/eventhubcluster.js +1 -1
  28. package/lib/azure-eventhub/lib/instance.d.ts +1 -0
  29. package/lib/azure-eventhub/lib/instance.js +5 -4
  30. package/lib/azure-eventhub/lib/kusto-connection.js +1 -1
  31. package/lib/azure-eventhub/lib/namespace.js +8 -8
  32. package/lib/azure-eventhub/test/AzureEventhub.integ.d.ts +1 -0
  33. package/lib/azure-eventhub/test/AzureEventhub.integ.js +72 -0
  34. package/lib/azure-eventhub/test/AzureEventhub.spec.js +4 -21
  35. package/lib/azure-functionapp/lib/functionapplinux.js +1 -1
  36. package/lib/azure-functionapp/test/AzureLinuxFunctionApp.integ.d.ts +1 -0
  37. package/lib/azure-functionapp/test/AzureLinuxFunctionApp.integ.js +117 -0
  38. package/lib/azure-functionapp/test/AzureLinuxFunctionApp.spec.js +4 -21
  39. package/lib/azure-keyvault/lib/certificate.js +2 -2
  40. package/lib/azure-keyvault/lib/key.js +1 -1
  41. package/lib/azure-keyvault/lib/policy.js +1 -1
  42. package/lib/azure-keyvault/lib/secret.js +1 -1
  43. package/lib/azure-keyvault/lib/vault.js +1 -1
  44. package/lib/azure-keyvault/test/AzureKeyVault.integ.d.ts +1 -0
  45. package/lib/azure-keyvault/test/AzureKeyVault.integ.js +119 -0
  46. package/lib/azure-keyvault/test/AzureKeyVault.spec.js +4 -29
  47. package/lib/azure-kubernetes/lib/cluster.js +1 -1
  48. package/lib/azure-kubernetes/test/AzureKubernetesCluster.integ.d.ts +1 -0
  49. package/lib/azure-kubernetes/test/AzureKubernetesCluster.integ.js +75 -0
  50. package/lib/azure-kubernetes/test/AzureKubernetesCluster.spec.js +4 -21
  51. package/lib/azure-kusto/lib/cluster.d.ts +3 -0
  52. package/lib/azure-kusto/lib/cluster.js +45 -21
  53. package/lib/azure-kusto/lib/compute-specification.js +1 -1
  54. package/lib/azure-kusto/lib/database.d.ts +7 -8
  55. package/lib/azure-kusto/lib/database.js +23 -25
  56. package/lib/azure-kusto/test/AzureKusto.integ.d.ts +1 -0
  57. package/lib/azure-kusto/test/AzureKusto.integ.js +74 -0
  58. package/lib/azure-kusto/test/AzureKusto.spec.js +3 -16
  59. package/lib/azure-loganalytics/lib/workspace.d.ts +2 -0
  60. package/lib/azure-loganalytics/lib/workspace.js +3 -2
  61. package/lib/azure-loganalytics/test/AzureLogAnalytics.integ.d.ts +1 -0
  62. package/lib/azure-loganalytics/test/AzureLogAnalytics.integ.js +117 -0
  63. package/lib/azure-loganalytics/test/AzureLogAnalytics.spec.js +4 -17
  64. package/lib/azure-metricalert/lib/metric-alert.js +1 -1
  65. package/lib/azure-metricalert/test/AzureMetricAlert.integ.d.ts +1 -0
  66. package/lib/azure-metricalert/test/AzureMetricAlert.integ.js +85 -0
  67. package/lib/azure-metricalert/test/AzureMetricAlert.spec.js +4 -21
  68. package/lib/azure-networksecuritygroup/lib/preconfigured-rules.js +1 -1
  69. package/lib/azure-networksecuritygroup/lib/securitygroup.js +2 -2
  70. package/lib/azure-networksecuritygroup/test/AzureNetworkSecurityGroup.integ.d.ts +1 -0
  71. package/lib/azure-networksecuritygroup/test/AzureNetworkSecurityGroup.integ.js +85 -0
  72. package/lib/azure-networksecuritygroup/test/AzureNetworkSecurityGroup.spec.js +4 -17
  73. package/lib/azure-queryrulealert/lib/query-rule-alert.js +1 -1
  74. package/lib/azure-queryrulealert/test/AzureQueryRuleAlert.integ.d.ts +1 -0
  75. package/lib/azure-queryrulealert/test/AzureQueryRuleAlert.integ.js +63 -0
  76. package/lib/azure-queryrulealert/test/AzureQueryRuleAlert.spec.js +4 -21
  77. package/lib/azure-resourcegroup/lib/resource-group.js +1 -1
  78. package/lib/azure-resourcegroup/test/AzureResourceGroup.integ.d.ts +1 -0
  79. package/lib/azure-resourcegroup/test/AzureResourceGroup.integ.js +41 -0
  80. package/lib/azure-resourcegroup/test/AzureResourceGroup.spec.js +4 -17
  81. package/lib/azure-storageaccount/lib/account.d.ts +5 -0
  82. package/lib/azure-storageaccount/lib/account.js +3 -2
  83. package/lib/azure-storageaccount/lib/container.js +2 -2
  84. package/lib/azure-storageaccount/lib/fileshare.js +2 -2
  85. package/lib/azure-storageaccount/lib/queue.js +1 -1
  86. package/lib/azure-storageaccount/lib/table.js +1 -1
  87. package/lib/azure-storageaccount/test/AzureStorageAccount.integ.d.ts +1 -0
  88. package/lib/azure-storageaccount/test/AzureStorageAccount.integ.js +84 -0
  89. package/lib/azure-storageaccount/test/AzureStorageAccount.spec.js +4 -17
  90. package/lib/azure-virtualmachine/lib/image-references.js +2 -2
  91. package/lib/azure-virtualmachine/lib/vm.d.ts +21 -0
  92. package/lib/azure-virtualmachine/lib/vm.js +5 -3
  93. package/lib/azure-virtualmachine/test/AzureLinuxVirtualMachine.integ.d.ts +1 -0
  94. package/lib/azure-virtualmachine/test/AzureLinuxVirtualMachine.integ.js +109 -0
  95. package/lib/azure-virtualmachine/test/AzureLinuxVirtualMachine.spec.js +4 -17
  96. package/lib/azure-virtualmachine/test/AzureWindowsVirtualMachine.integ.d.ts +1 -0
  97. package/lib/azure-virtualmachine/test/AzureWindowsVirtualMachine.integ.js +105 -0
  98. package/lib/azure-virtualmachine/test/AzureWindowsVirtualMachine.spec.js +4 -17
  99. package/lib/azure-virtualmachinescaleset/lib/cluster.d.ts +20 -0
  100. package/lib/azure-virtualmachinescaleset/lib/cluster.js +5 -3
  101. package/lib/azure-virtualmachinescaleset/test/AzureLinuxVirtualMachineScaleSet.integ.d.ts +1 -0
  102. package/lib/azure-virtualmachinescaleset/test/AzureLinuxVirtualMachineScaleSet.integ.js +113 -0
  103. package/lib/azure-virtualmachinescaleset/test/AzureLinuxVirtualMachineScaleSet.spec.js +4 -17
  104. package/lib/azure-virtualmachinescaleset/test/AzureWindowsVirtualMachineScaleSet.integ.d.ts +1 -0
  105. package/lib/azure-virtualmachinescaleset/test/AzureWindowsVirtualMachineScaleSet.integ.js +109 -0
  106. package/lib/azure-virtualmachinescaleset/test/AzureWindowsVirtualMachineScaleSet.spec.js +4 -17
  107. package/lib/azure-virtualnetwork/lib/network.js +1 -1
  108. package/lib/azure-virtualnetwork/lib/peering.js +1 -1
  109. package/lib/azure-virtualnetwork/test/AzureVirtualNetwork.integ.d.ts +1 -0
  110. package/lib/azure-virtualnetwork/test/AzureVirtualNetwork.integ.js +92 -0
  111. package/lib/azure-virtualnetwork/test/AzureVirtualNetwork.spec.js +4 -17
  112. package/lib/core-azure/lib/diagsettings.d.ts +3 -2
  113. package/lib/core-azure/lib/diagsettings.js +15 -21
  114. package/lib/core-azure/lib/rbac.js +1 -1
  115. package/lib/core-azure/lib/resource.js +5 -3
  116. package/lib/core-azure/test/AzureResource.integ.d.ts +1 -0
  117. package/lib/core-azure/test/AzureResource.integ.js +75 -0
  118. package/lib/testing/index.d.ts +34 -0
  119. package/lib/testing/index.js +235 -2
  120. package/package.json +6 -4
  121. package/cdktf.out/manifest.json +0 -13
  122. package/cdktf.out/stacks/testAzureActionGroup/cdk.tf.json +0 -111
  123. package/cdktf.out/stacks/testAzureApplicationGateway/cdk.tf.json +0 -588
  124. package/cdktf.out/stacks/testAzureApplicationInsights/cdk.tf.json +0 -245
  125. package/cdktf.out/stacks/testAzureContainerRegistry/cdk.tf.json +0 -179
  126. package/cdktf.out/stacks/testAzureEventhub/cdk.tf.json +0 -236
  127. package/cdktf.out/stacks/testAzureKeyVault/cdk.tf.json +0 -436
  128. package/cdktf.out/stacks/testAzureKubernetesCluster/cdk.tf.json +0 -152
  129. package/cdktf.out/stacks/testAzureKusto/cdk.tf.json +0 -209
  130. package/cdktf.out/stacks/testAzureLinuxFunctionApp/cdk.tf.json +0 -439
  131. package/cdktf.out/stacks/testAzureLinuxVirtualMachineExample/cdk.tf.json +0 -283
  132. package/cdktf.out/stacks/testAzureLinuxVirtualMachineScaleSetExample/cdk.tf.json +0 -261
  133. package/cdktf.out/stacks/testAzureLogAnalytics/cdk.tf.json +0 -309
  134. package/cdktf.out/stacks/testAzureMetricAlert/cdk.tf.json +0 -161
  135. package/cdktf.out/stacks/testAzureNetworkSecurityGroup/cdk.tf.json +0 -271
  136. package/cdktf.out/stacks/testAzureQueryRuleAlert/cdk.tf.json +0 -122
  137. package/cdktf.out/stacks/testAzureResourceGroup/cdk.tf.json +0 -88
  138. package/cdktf.out/stacks/testAzureStorageAccount/cdk.tf.json +0 -339
  139. package/cdktf.out/stacks/testAzureVirtualNetwork/cdk.tf.json +0 -264
  140. package/cdktf.out/stacks/testAzureWindowVirtualMachineScaleSetExample/cdk.tf.json +0 -261
  141. package/cdktf.out/stacks/testAzureWindowsVirtualMachineExample/cdk.tf.json +0 -280
  142. package/cdktf.out/stacks/testExampleAzureResource/cdk.tf.json +0 -167
  143. package/lib/azure-actiongroup/test/ExampleAzureActionGroup.d.ts +0 -5
  144. package/lib/azure-actiongroup/test/ExampleAzureActionGroup.js +0 -66
  145. package/lib/azure-applicationgateway/test/ExampleAzureApplicationGateway.d.ts +0 -5
  146. package/lib/azure-applicationgateway/test/ExampleAzureApplicationGateway.js +0 -267
  147. package/lib/azure-applicationinsights/test/ExampleAzureApplicationInsights.d.ts +0 -5
  148. package/lib/azure-applicationinsights/test/ExampleAzureApplicationInsights.js +0 -87
  149. package/lib/azure-containerregistry/test/ExampleAzureContainerRegistry.d.ts +0 -5
  150. package/lib/azure-containerregistry/test/ExampleAzureContainerRegistry.js +0 -57
  151. package/lib/azure-eventhub/test/ExampleAzureEventhub.d.ts +0 -5
  152. package/lib/azure-eventhub/test/ExampleAzureEventhub.js +0 -72
  153. package/lib/azure-functionapp/test/ExampleAzureLinuxFunctionApp.d.ts +0 -5
  154. package/lib/azure-functionapp/test/ExampleAzureLinuxFunctionApp.js +0 -123
  155. package/lib/azure-keyvault/test/ExampleAzureKeyVault.d.ts +0 -5
  156. package/lib/azure-keyvault/test/ExampleAzureKeyVault.js +0 -112
  157. package/lib/azure-kubernetes/test/ExampleAzureKubernetesCluster.d.ts +0 -5
  158. package/lib/azure-kubernetes/test/ExampleAzureKubernetesCluster.js +0 -65
  159. package/lib/azure-kusto/test/ExampleAzureKusto.d.ts +0 -5
  160. package/lib/azure-kusto/test/ExampleAzureKusto.js +0 -71
  161. package/lib/azure-loganalytics/test/ExampleAzureLogAnalytics.d.ts +0 -5
  162. package/lib/azure-loganalytics/test/ExampleAzureLogAnalytics.js +0 -115
  163. package/lib/azure-metricalert/test/ExampleAzureMetricAlert.d.ts +0 -5
  164. package/lib/azure-metricalert/test/ExampleAzureMetricAlert.js +0 -81
  165. package/lib/azure-networksecuritygroup/test/ExampleAzureNetworkSecurityGroup.d.ts +0 -5
  166. package/lib/azure-networksecuritygroup/test/ExampleAzureNetworkSecurityGroup.js +0 -97
  167. package/lib/azure-queryrulealert/test/ExampleAzureQueryRuleAlert.d.ts +0 -5
  168. package/lib/azure-queryrulealert/test/ExampleAzureQueryRuleAlert.js +0 -67
  169. package/lib/azure-resourcegroup/test/ExampleAzureResourceGroup.d.ts +0 -5
  170. package/lib/azure-resourcegroup/test/ExampleAzureResourceGroup.js +0 -29
  171. package/lib/azure-storageaccount/test/ExampleAzureStorageAccount.d.ts +0 -5
  172. package/lib/azure-storageaccount/test/ExampleAzureStorageAccount.js +0 -102
  173. package/lib/azure-virtualmachine/test/ExampleAzureLinuxVirtualMachine.d.ts +0 -5
  174. package/lib/azure-virtualmachine/test/ExampleAzureLinuxVirtualMachine.js +0 -106
  175. package/lib/azure-virtualmachine/test/ExampleAzureWindowsVirtualMachine.d.ts +0 -5
  176. package/lib/azure-virtualmachine/test/ExampleAzureWindowsVirtualMachine.js +0 -102
  177. package/lib/azure-virtualmachinescaleset/test/ExampleAzureLinuxVirtualMachineScaleSet.d.ts +0 -5
  178. package/lib/azure-virtualmachinescaleset/test/ExampleAzureLinuxVirtualMachineScaleSet.js +0 -107
  179. package/lib/azure-virtualmachinescaleset/test/ExampleAzureWindowsVirtualMachineScaleSet.d.ts +0 -5
  180. package/lib/azure-virtualmachinescaleset/test/ExampleAzureWindowsVirtualMachineScaleSet.js +0 -103
  181. package/lib/azure-virtualnetwork/test/ExampleAzureVirtualNetwork.d.ts +0 -5
  182. package/lib/azure-virtualnetwork/test/ExampleAzureVirtualNetwork.js +0 -88
  183. package/lib/core-azure/test/AzureResource.spec.js +0 -19
  184. package/lib/core-azure/test/ExampleAzureResource.d.ts +0 -5
  185. package/lib/core-azure/test/ExampleAzureResource.js +0 -67
  186. package/tfsec.json +0 -4
  187. /package/lib/{core-azure/test/AzureResource.spec.d.ts → azure-actiongroup/test/AzureActionGroup.integ.d.ts} +0 -0
package/API.md CHANGED
@@ -2483,6 +2483,8 @@ Any object.
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
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
 
@@ -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
 
@@ -4811,6 +4811,7 @@ Any object.
4811
4811
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Instance.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
4812
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.* |
4813
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.* |
4814
4815
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Instance.property.partitionIds">partitionIds</a></code> | <code>string[]</code> | *No description.* |
4815
4816
 
4816
4817
  ---
@@ -4847,6 +4848,16 @@ public readonly id: string;
4847
4848
 
4848
4849
  ---
4849
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
+
4850
4861
  ##### `partitionIds`<sup>Required</sup> <a name="partitionIds" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Instance.property.partitionIds"></a>
4851
4862
 
4852
4863
  ```typescript
@@ -9668,6 +9679,7 @@ Any object.
9668
9679
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.Workspace.property.id">id</a></code> | <code>string</code> | *No description.* |
9669
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.* |
9670
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.* |
9671
9683
 
9672
9684
  ---
9673
9685
 
@@ -9713,6 +9725,16 @@ public readonly props: WorkspaceProps;
9713
9725
 
9714
9726
  ---
9715
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
+
9716
9738
 
9717
9739
  ## Structs <a name="Structs" id="Structs"></a>
9718
9740
 
@@ -9866,6 +9888,7 @@ const accountProps: azure_storageaccount.AccountProps = { ... }
9866
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. |
9867
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. |
9868
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. |
9869
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. |
9870
9893
 
9871
9894
  ---
@@ -10028,6 +10051,21 @@ The name of the Azure resource group in which to create the storage account.
10028
10051
 
10029
10052
  ---
10030
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
+
10031
10069
  ##### `tags`<sup>Optional</sup> <a name="tags" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.AccountProps.property.tags"></a>
10032
10070
 
10033
10071
  ```typescript
@@ -11056,10 +11094,10 @@ const baseDiagnosticSettingsProps: core_azure.BaseDiagnosticSettingsProps = { ..
11056
11094
  | --- | --- | --- |
11057
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}. |
11058
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. |
11059
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. |
11060
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}. |
11061
- | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.BaseDiagnosticSettingsProps.property.logCategories">logCategories</a></code> | <code>string[]</code> | Log Diagnostic categories. |
11062
- | <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. |
11063
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. |
11064
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}. |
11065
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}. |
@@ -11090,50 +11128,50 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
11090
11128
 
11091
11129
  ---
11092
11130
 
11093
- ##### `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>
11094
11132
 
11095
11133
  ```typescript
11096
- public readonly logAnalyticsDestinationType: string;
11134
+ public readonly log: MonitorDiagnosticSettingEnabledLog[];
11097
11135
  ```
11098
11136
 
11099
- - *Type:* string
11137
+ - *Type:* @cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingEnabledLog[]
11138
+ - *Default:* null
11100
11139
 
11101
- 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.
11102
11141
 
11103
11142
  ---
11104
11143
 
11105
- ##### `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>
11106
11145
 
11107
11146
  ```typescript
11108
- public readonly logAnalyticsWorkspaceId: string;
11147
+ public readonly logAnalyticsDestinationType: string;
11109
11148
  ```
11110
11149
 
11111
11150
  - *Type:* string
11112
11151
 
11113
- 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.
11114
11153
 
11115
11154
  ---
11116
11155
 
11117
- ##### `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>
11118
11157
 
11119
11158
  ```typescript
11120
- public readonly logCategories: string[];
11159
+ public readonly logAnalyticsWorkspaceId: string;
11121
11160
  ```
11122
11161
 
11123
- - *Type:* string[]
11124
- - *Default:* null
11162
+ - *Type:* string
11125
11163
 
11126
- 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}.
11127
11165
 
11128
11166
  ---
11129
11167
 
11130
- ##### `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>
11131
11169
 
11132
11170
  ```typescript
11133
- public readonly metricCategories: string[];
11171
+ public readonly metric: MonitorDiagnosticSettingMetric[];
11134
11172
  ```
11135
11173
 
11136
- - *Type:* string[]
11174
+ - *Type:* @cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingMetric[]
11137
11175
  - *Default:* null
11138
11176
 
11139
11177
  Diagnostic Metrics.
@@ -12089,20 +12127,20 @@ const databaseProps: azure_kusto.DatabaseProps = { ... }
12089
12127
 
12090
12128
  | **Name** | **Type** | **Description** |
12091
12129
  | --- | --- | --- |
12092
- | <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. |
12093
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. |
12094
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. |
12095
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. |
12096
12134
 
12097
12135
  ---
12098
12136
 
12099
- ##### `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>
12100
12138
 
12101
12139
  ```typescript
12102
- public readonly kusto: Cluster;
12140
+ public readonly kustoCluster: KustoCluster;
12103
12141
  ```
12104
12142
 
12105
- - *Type:* @microsoft/terraform-cdk-constructs.azure_kusto.Cluster
12143
+ - *Type:* @cdktf/provider-azurerm.kustoCluster.KustoCluster
12106
12144
 
12107
12145
  The Azure Kusto cluster to which this database belongs.
12108
12146
 
@@ -12235,10 +12273,10 @@ const diagnosticSettingsProps: core_azure.DiagnosticSettingsProps = { ... }
12235
12273
  | --- | --- | --- |
12236
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}. |
12237
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. |
12238
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. |
12239
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}. |
12240
- | <code><a href="#@microsoft/terraform-cdk-constructs.core_azure.DiagnosticSettingsProps.property.logCategories">logCategories</a></code> | <code>string[]</code> | Log Diagnostic categories. |
12241
- | <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. |
12242
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. |
12243
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}. |
12244
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}. |
@@ -12270,50 +12308,50 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
12270
12308
 
12271
12309
  ---
12272
12310
 
12273
- ##### `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>
12274
12312
 
12275
12313
  ```typescript
12276
- public readonly logAnalyticsDestinationType: string;
12314
+ public readonly log: MonitorDiagnosticSettingEnabledLog[];
12277
12315
  ```
12278
12316
 
12279
- - *Type:* string
12317
+ - *Type:* @cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingEnabledLog[]
12318
+ - *Default:* null
12280
12319
 
12281
- 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.
12282
12321
 
12283
12322
  ---
12284
12323
 
12285
- ##### `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>
12286
12325
 
12287
12326
  ```typescript
12288
- public readonly logAnalyticsWorkspaceId: string;
12327
+ public readonly logAnalyticsDestinationType: string;
12289
12328
  ```
12290
12329
 
12291
12330
  - *Type:* string
12292
12331
 
12293
- 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.
12294
12333
 
12295
12334
  ---
12296
12335
 
12297
- ##### `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>
12298
12337
 
12299
12338
  ```typescript
12300
- public readonly logCategories: string[];
12339
+ public readonly logAnalyticsWorkspaceId: string;
12301
12340
  ```
12302
12341
 
12303
- - *Type:* string[]
12304
- - *Default:* null
12342
+ - *Type:* string
12305
12343
 
12306
- 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}.
12307
12345
 
12308
12346
  ---
12309
12347
 
12310
- ##### `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>
12311
12349
 
12312
12350
  ```typescript
12313
- public readonly metricCategories: string[];
12351
+ public readonly metric: MonitorDiagnosticSettingMetric[];
12314
12352
  ```
12315
12353
 
12316
- - *Type:* string[]
12354
+ - *Type:* @cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingMetric[]
12317
12355
  - *Default:* null
12318
12356
 
12319
12357
  Diagnostic Metrics.
@@ -13638,6 +13676,7 @@ const linuxClusterProps: azure_virtualmachinescaleset.LinuxClusterProps = { ...
13638
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. |
13639
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. |
13640
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. |
13641
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. |
13642
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. |
13643
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. |
@@ -13754,6 +13793,18 @@ The number of VM instances in the scale set.
13754
13793
 
13755
13794
  ---
13756
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
+
13757
13808
  ##### `location`<sup>Optional</sup> <a name="location" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.location"></a>
13758
13809
 
13759
13810
  ```typescript
@@ -13965,6 +14016,7 @@ const linuxVMProps: azure_virtualmachine.LinuxVMProps = { ... }
13965
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. |
13966
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. |
13967
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. |
13968
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. |
13969
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. |
13970
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. |
@@ -14089,6 +14141,18 @@ Managed identity settings for the VM.
14089
14141
 
14090
14142
  ---
14091
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
+
14092
14156
  ##### `location`<sup>Optional</sup> <a name="location" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.location"></a>
14093
14157
 
14094
14158
  ```typescript
@@ -16417,6 +16481,7 @@ const windowsClusterProps: azure_virtualmachinescaleset.WindowsClusterProps = {
16417
16481
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.bootDiagnosticsStorageURI">bootDiagnosticsStorageURI</a></code> | <code>string</code> | Bootdiagnostics settings for the VM. |
16418
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. |
16419
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. |
16420
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. |
16421
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. |
16422
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. |
@@ -16509,6 +16574,18 @@ The number of VM instances in the scale set.
16509
16574
 
16510
16575
  ---
16511
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
+
16512
16589
  ##### `location`<sup>Optional</sup> <a name="location" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.location"></a>
16513
16590
 
16514
16591
  ```typescript
@@ -16705,6 +16782,7 @@ const windowsVMProps: azure_virtualmachine.WindowsVMProps = { ... }
16705
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. |
16706
16783
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.bootDiagnosticsStorageURI">bootDiagnosticsStorageURI</a></code> | <code>string</code> | Bootdiagnostics settings for the VM. |
16707
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. |
16708
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. |
16709
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. |
16710
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. |
@@ -16780,6 +16858,18 @@ Custom data to pass to the virtual machine upon creation.
16780
16858
 
16781
16859
  ---
16782
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
+
16783
16873
  ##### `location`<sup>Optional</sup> <a name="location" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.location"></a>
16784
16874
 
16785
16875
  ```typescript
package/README.md CHANGED
@@ -8,7 +8,7 @@ With L2 Constructs, you get the following benefits:
8
8
  - **Abstraction**: Higher-level abstractions over Azure resources make your infrastructure code more declarative and easier to understand.
9
9
  - **Reusability**: Encapsulate common patterns and best practices in your infrastructure code, promoting reusability across different projects and teams.
10
10
  - **Rapid Development**: Accelerate your cloud development process with pre-built constructs that have been tested for common use cases, allowing you to focus on your unique application logic.
11
- - **Direct IDE Integration**: Access detailed documentation directly within your Integrated Development Environment (IDE), streamlining your development workflow: ![alt text](./docs/images/ide-documentation.png)
11
+ - **Direct IDE Integration**: Access detailed documentation directly within your Integrated Development Environment (IDE), streamlining your development workflow: ![alt text](https://raw.githubusercontent.com/Azure/terraform-cdk-constructs/main/docs/images/ide-documentation.png)
12
12
 
13
13
 
14
14
  ## Quick Example
@@ -112,11 +112,10 @@ Currently, our CDK L2 constructs are available in the following languages:
112
112
 
113
113
  | Language | Status |
114
114
  |------------|--------------|
115
- | TypeScript | Available |
116
- | Python | Coming soon |
115
+ | TypeScript | [Available](https://www.npmjs.com/package/@microsoft/terraform-cdk-constructs) |
116
+ | Python | [Available](https://pypi.org/project/microsoft-cdktfconstructs/) |
117
117
  | Java | Coming soon |
118
- | Go | Coming soon |
119
- | C# | Coming soon |
118
+ | C# | [Available](https://www.nuget.org/packages/Microsoft.Cdktf.Azure.TFConstructs) |
120
119
 
121
120
  Stay tuned for updates as we work to expand support to other popular programming languages!
122
121