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

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 (77) hide show
  1. package/.jsii +639 -585
  2. package/API.md +316 -312
  3. package/cdktf.out/stacks/testAzureApplicationGateway/cdk.tf.json +3 -3
  4. package/cdktf.out/stacks/testAzureApplicationInsights/cdk.tf.json +2 -2
  5. package/cdktf.out/stacks/testAzureKeyVault/cdk.tf.json +3 -3
  6. package/lib/azure-actiongroup/lib/actiongroup.d.ts +1 -1
  7. package/lib/azure-actiongroup/lib/actiongroup.js +4 -4
  8. package/lib/azure-actiongroup/model/action-group-props.d.ts +3 -2
  9. package/lib/azure-actiongroup/model/action-group-props.js +1 -1
  10. package/lib/azure-actiongroup/test/AzureActionGroup.spec.js +1 -12
  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.spec.js +1 -16
  14. package/lib/azure-applicationinsights/lib/appinsights.d.ts +4 -3
  15. package/lib/azure-applicationinsights/lib/appinsights.js +6 -6
  16. package/lib/azure-applicationinsights/test/AzureAppInsights.spec.js +1 -7
  17. package/lib/azure-containerregistry/lib/registry.d.ts +4 -3
  18. package/lib/azure-containerregistry/lib/registry.js +5 -5
  19. package/lib/azure-containerregistry/test/AzureContainerRegistry.spec.js +1 -7
  20. package/lib/azure-eventhub/lib/authorization.js +1 -1
  21. package/lib/azure-eventhub/lib/consumer.js +1 -1
  22. package/lib/azure-eventhub/lib/{cluster.d.ts → eventhubcluster.d.ts} +11 -7
  23. package/lib/azure-eventhub/lib/eventhubcluster.js +64 -0
  24. package/lib/azure-eventhub/lib/index.d.ts +1 -1
  25. package/lib/azure-eventhub/lib/index.js +2 -2
  26. package/lib/azure-eventhub/lib/instance.js +1 -1
  27. package/lib/azure-eventhub/lib/kusto-connection.js +1 -1
  28. package/lib/azure-eventhub/lib/namespace.d.ts +7 -6
  29. package/lib/azure-eventhub/lib/namespace.js +20 -22
  30. package/lib/azure-eventhub/test/AzureEventhub.spec.js +1 -7
  31. package/lib/azure-functionapp/lib/functionapplinux.js +1 -1
  32. package/lib/azure-keyvault/lib/certificate.js +2 -2
  33. package/lib/azure-keyvault/lib/key.js +1 -1
  34. package/lib/azure-keyvault/lib/policy.js +1 -1
  35. package/lib/azure-keyvault/lib/secret.js +1 -1
  36. package/lib/azure-keyvault/lib/vault.d.ts +3 -2
  37. package/lib/azure-keyvault/lib/vault.js +4 -4
  38. package/lib/azure-keyvault/test/AzureKeyVault.spec.js +1 -7
  39. package/lib/azure-kubernetes/lib/cluster.js +1 -1
  40. package/lib/azure-kusto/lib/cluster.d.ts +6 -5
  41. package/lib/azure-kusto/lib/cluster.js +23 -23
  42. package/lib/azure-kusto/lib/compute-specification.js +1 -1
  43. package/lib/azure-kusto/lib/database.js +7 -7
  44. package/lib/azure-kusto/test/AzureKusto.spec.js +1 -7
  45. package/lib/azure-loganalytics/lib/workspace.d.ts +4 -3
  46. package/lib/azure-loganalytics/lib/workspace.js +6 -6
  47. package/lib/azure-loganalytics/test/AzureLogAnalytics.spec.js +1 -7
  48. package/lib/azure-metricalert/lib/metric-alert.js +1 -1
  49. package/lib/azure-networksecuritygroup/lib/preconfigured-rules.js +1 -1
  50. package/lib/azure-networksecuritygroup/lib/securitygroup.d.ts +4 -3
  51. package/lib/azure-networksecuritygroup/lib/securitygroup.js +7 -7
  52. package/lib/azure-networksecuritygroup/test/AzureNetworkSecurityGroup.spec.js +1 -7
  53. package/lib/azure-queryrulealert/lib/query-rule-alert.js +1 -1
  54. package/lib/azure-resourcegroup/lib/resource-group.js +1 -1
  55. package/lib/azure-storageaccount/lib/account.js +1 -1
  56. package/lib/azure-storageaccount/lib/container.js +2 -2
  57. package/lib/azure-storageaccount/lib/fileshare.js +2 -2
  58. package/lib/azure-storageaccount/lib/queue.js +1 -1
  59. package/lib/azure-storageaccount/lib/table.js +1 -1
  60. package/lib/azure-virtualmachine/lib/image-references.js +2 -2
  61. package/lib/azure-virtualmachine/lib/vm.d.ts +8 -6
  62. package/lib/azure-virtualmachine/lib/vm.js +15 -15
  63. package/lib/azure-virtualmachine/test/AzureLinuxVirtualMachine.spec.js +2 -9
  64. package/lib/azure-virtualmachine/test/AzureWindowsVirtualMachine.spec.js +1 -7
  65. package/lib/azure-virtualmachinescaleset/lib/cluster.d.ts +8 -6
  66. package/lib/azure-virtualmachinescaleset/lib/cluster.js +11 -11
  67. package/lib/azure-virtualmachinescaleset/test/AzureLinuxVirtualMachineScaleSet.spec.js +2 -9
  68. package/lib/azure-virtualmachinescaleset/test/AzureWindowsVirtualMachineScaleSet.spec.js +1 -7
  69. package/lib/azure-virtualnetwork/lib/network.d.ts +4 -3
  70. package/lib/azure-virtualnetwork/lib/network.js +7 -6
  71. package/lib/azure-virtualnetwork/lib/peering.js +1 -1
  72. package/lib/azure-virtualnetwork/test/AzureVirtualNetwork.spec.js +2 -9
  73. package/lib/core-azure/lib/diagsettings.js +1 -1
  74. package/lib/core-azure/lib/rbac.js +1 -1
  75. package/lib/core-azure/lib/resource.js +4 -4
  76. package/package.json +29 -10
  77. package/lib/azure-eventhub/lib/cluster.js +0 -64
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,7 +2481,7 @@ 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
2486
 
2487
2487
  ---
@@ -2518,10 +2518,10 @@ public readonly resourceGroup: ResourceGroup;
2518
2518
 
2519
2519
  ---
2520
2520
 
2521
- ##### `kustoProps`<sup>Required</sup> <a name="kustoProps" id="@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.kustoProps"></a>
2521
+ ##### `props`<sup>Required</sup> <a name="props" id="@microsoft/terraform-cdk-constructs.azure_kusto.Cluster.property.props"></a>
2522
2522
 
2523
2523
  ```typescript
2524
- public readonly kustoProps: ClusterProps;
2524
+ public readonly props: ClusterProps;
2525
2525
  ```
2526
2526
 
2527
2527
  - *Type:* @microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps
@@ -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
 
@@ -5208,7 +5219,7 @@ Configuration properties for the Linux VM Scale Set, derived from the LinuxClust
5208
5219
  These include:
5209
5220
  - `location`: The geographic location where the scale set will be hosted (e.g., "eastus").
5210
5221
  - `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.
5222
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
5212
5223
  - `sku`: The size specification of the VMs (e.g., "Standard_B2s").
5213
5224
  - `adminUsername`: The administrator username for the VMs.
5214
5225
  - `adminPassword`: The administrator password for the VMs.
@@ -5492,7 +5503,7 @@ Configuration properties for the Linux Virtual Machine, derived from the LinuxVM
5492
5503
  These include:
5493
5504
  - `location`: The geographic location where the VM will be hosted (e.g., "eastus").
5494
5505
  - `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.
5506
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
5496
5507
  - `size`: The size specification of the VM (e.g., "Standard_B2s").
5497
5508
  - `availabilitySetId`: The ID of the availability set in which to include the VM.
5498
5509
  - `userData`: Custom data scripts to pass to the VM upon creation.
@@ -5870,14 +5881,14 @@ public readonly props: IMetricAlertProps;
5870
5881
  ```typescript
5871
5882
  import { azure_eventhub } from '@microsoft/terraform-cdk-constructs'
5872
5883
 
5873
- new azure_eventhub.Namespace(scope: Construct, name: string, ehNamespaceProps: NamespaceProps)
5884
+ new azure_eventhub.Namespace(scope: Construct, name: string, props: NamespaceProps)
5874
5885
  ```
5875
5886
 
5876
5887
  | **Name** | **Type** | **Description** |
5877
5888
  | --- | --- | --- |
5878
5889
  | <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
5890
  | <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. |
5891
+ | <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
5892
 
5882
5893
  ---
5883
5894
 
@@ -5897,47 +5908,10 @@ The unique name for this instance of the Event Hub Namespace.
5897
5908
 
5898
5909
  ---
5899
5910
 
5900
- ##### `ehNamespaceProps`<sup>Required</sup> <a name="ehNamespaceProps" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.Initializer.parameter.ehNamespaceProps"></a>
5911
+ ##### `props`<sup>Required</sup> <a name="props" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.Initializer.parameter.props"></a>
5901
5912
 
5902
5913
  - *Type:* @microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps
5903
5914
 
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
5915
  ---
5942
5916
 
5943
5917
  #### Methods <a name="Methods" id="Methods"></a>
@@ -6124,8 +6098,8 @@ Any object.
6124
6098
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
6125
6099
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.id">id</a></code> | <code>string</code> | *No description.* |
6126
6100
  | <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.* |
6101
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.name">name</a></code> | <code>string</code> | *No description.* |
6102
+ | <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
6103
 
6130
6104
  ---
6131
6105
 
@@ -6161,23 +6135,23 @@ public readonly resourceGroup: ResourceGroup;
6161
6135
 
6162
6136
  ---
6163
6137
 
6164
- ##### `ehNamespaceProps`<sup>Required</sup> <a name="ehNamespaceProps" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.ehNamespaceProps"></a>
6138
+ ##### `name`<sup>Required</sup> <a name="name" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.name"></a>
6165
6139
 
6166
6140
  ```typescript
6167
- public readonly ehNamespaceProps: NamespaceProps;
6141
+ public readonly name: string;
6168
6142
  ```
6169
6143
 
6170
- - *Type:* @microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps
6144
+ - *Type:* string
6171
6145
 
6172
6146
  ---
6173
6147
 
6174
- ##### `namespaceName`<sup>Required</sup> <a name="namespaceName" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.namespaceName"></a>
6148
+ ##### `props`<sup>Required</sup> <a name="props" id="@microsoft/terraform-cdk-constructs.azure_eventhub.Namespace.property.props"></a>
6175
6149
 
6176
6150
  ```typescript
6177
- public readonly namespaceName: string;
6151
+ public readonly props: NamespaceProps;
6178
6152
  ```
6179
6153
 
6180
- - *Type:* string
6154
+ - *Type:* @microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps
6181
6155
 
6182
6156
  ---
6183
6157
 
@@ -6223,7 +6197,7 @@ The unique identifier for this instance of the network, used within the scope fo
6223
6197
  Configuration properties for the Azure Virtual Network, derived from the NetworkProps interface.
6224
6198
 
6225
6199
  These include:
6226
- - `resourceGroup`: The ResourceGroup within which the virtual network will be created.
6200
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
6227
6201
  - `name`: Optional. The name of the virtual network. If not provided, a default name will be assigned.
6228
6202
  - `location`: Optional. The Azure region where the virtual network will be deployed. Defaults to the resource group's region.
6229
6203
  - `addressSpace`: Optional. A list of CIDR blocks that define the address spaces of the virtual network.
@@ -7168,7 +7142,7 @@ The properties for configuring the Azure Container Registry.
7168
7142
  The properties include:
7169
7143
  - `location`: Required. The Azure region where the registry will be deployed.
7170
7144
  - `name`: Required. The name of the Container Registry.
7171
- - `resourceGroup`: Required. The Azure Resource Group in which to deploy the registry.
7145
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
7172
7146
  - `sku`: Optional. The SKU of the Container Registry (e.g., Basic, Standard, Premium). Determines the features available.
7173
7147
  - `tags`: Optional. Tags for resource management.
7174
7148
  - `adminEnabled`: Optional. Specifies whether the admin user is enabled for the registry. Defaults to false if not set.
@@ -7559,7 +7533,7 @@ The unique identifier for this instance of the security group.
7559
7533
  The properties required to configure the Network Security Group, as defined in the SecurityGroupProps interface.
7560
7534
 
7561
7535
  These include:
7562
- - `resourceGroup`: The Azure Resource Group under which the NSG will be deployed.
7536
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
7563
7537
  - `location`: The Azure region where the NSG will be created.
7564
7538
  - `name`: The name of the NSG, which must be unique within the resource group.
7565
7539
  - `rules`: A list of rules that define the security policies for traffic control.
@@ -8955,7 +8929,7 @@ Configuration properties for the Windows VM Scale Set, derived from the WindowsC
8955
8929
  These include:
8956
8930
  - `location`: The geographic location where the scale set will be hosted (e.g., "eastus").
8957
8931
  - `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.
8932
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
8959
8933
  - `sku`: The size specification of the VMs (e.g., "Standard_B2s").
8960
8934
  - `adminUsername`: The administrator username for the VMs.
8961
8935
  - `adminPassword`: The administrator password for the VMs.
@@ -9226,7 +9200,7 @@ Configuration properties for the Windows Virtual Machine, derived from the Windo
9226
9200
  These include:
9227
9201
  - `location`: The geographic location where the VM will be hosted (e.g., "eastus").
9228
9202
  - `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.
9203
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
9230
9204
  - `size`: The size specification of the VM (e.g., "Standard_B2s").
9231
9205
  - `adminUsername`: The administrator username for accessing the VM.
9232
9206
  - `adminPassword`: The administrator password for accessing the VM.
@@ -9501,7 +9475,7 @@ The properties required to configure the Log Analytics workspace, as defined in
9501
9475
  These include:
9502
9476
  - `location`: The Azure region where the workspace will be deployed.
9503
9477
  - `name`: The name of the workspace, which must be globally unique.
9504
- - `resourceGroup`: The Azure Resource Group under which the workspace is deployed.
9478
+ - `resourceGroup`: Optional. Reference to the resource group for deployment.
9505
9479
  - `sku`: Optional. The SKU of the workspace, affecting pricing and features.
9506
9480
  - `retention`: Optional. The number of days data will be retained in the workspace.
9507
9481
  - `tags`: Optional. Tags to assign to the workspace for organizational purposes.
@@ -10087,9 +10061,9 @@ const appInsightsProps: azure_applicationinsights.AppInsightsProps = { ... }
10087
10061
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.applicationType">applicationType</a></code> | <code>string</code> | The Application type. |
10088
10062
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.location">location</a></code> | <code>string</code> | The Azure Region to deploy. |
10089
10063
  | <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
10064
  | <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
10065
  | <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. |
10066
+ | <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
10067
  | <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
10068
  | <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
10069
  | <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 +10106,6 @@ The name of the Application Insights resource.
10132
10106
 
10133
10107
  ---
10134
10108
 
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
10109
  ##### `dailyDataCapInGb`<sup>Optional</sup> <a name="dailyDataCapInGb" id="@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.dailyDataCapInGb"></a>
10148
10110
 
10149
10111
  ```typescript
@@ -10168,6 +10130,20 @@ The Application Insights daily data cap notifications disabled.
10168
10130
 
10169
10131
  ---
10170
10132
 
10133
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.resourceGroup"></a>
10134
+
10135
+ ```typescript
10136
+ public readonly resourceGroup: ResourceGroup;
10137
+ ```
10138
+
10139
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
10140
+
10141
+ An optional reference to the resource group in which to deploy the Application Insights.
10142
+
10143
+ If not provided, the Application Insights will be deployed in the default resource group.
10144
+
10145
+ ---
10146
+
10171
10147
  ##### `retentionInDays`<sup>Optional</sup> <a name="retentionInDays" id="@microsoft/terraform-cdk-constructs.azure_applicationinsights.AppInsightsProps.property.retentionInDays"></a>
10172
10148
 
10173
10149
  ```typescript
@@ -11560,76 +11536,6 @@ The username required to authenticate with the certificate provider (if applicab
11560
11536
 
11561
11537
  ---
11562
11538
 
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
11539
  ### ClusterProps <a name="ClusterProps" id="@microsoft/terraform-cdk-constructs.azure_kubernetes.ClusterProps"></a>
11634
11540
 
11635
11541
  Interface defining the properties required to create an AKS cluster.
@@ -11797,7 +11703,6 @@ const clusterProps: azure_kusto.ClusterProps = { ... }
11797
11703
  | **Name** | **Type** | **Description** |
11798
11704
  | --- | --- | --- |
11799
11705
  | <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
11706
  | <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
11707
  | <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
11708
  | <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 +11712,7 @@ const clusterProps: azure_kusto.ClusterProps = { ... }
11807
11712
  | <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
11713
  | <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
11714
  | <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. |
11715
+ | <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
11716
  | <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
11717
  | <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
11718
  | <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 +11733,6 @@ Only 4-22 lowercase alphanumeric characters allowed, starting with a letter.
11827
11733
 
11828
11734
  ---
11829
11735
 
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
11736
  ##### `autoStopEnabled`<sup>Optional</sup> <a name="autoStopEnabled" id="@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.autoStopEnabled"></a>
11843
11737
 
11844
11738
  ```typescript
@@ -11961,6 +11855,20 @@ Specifies if the purge operations are enabled.
11961
11855
 
11962
11856
  ---
11963
11857
 
11858
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.resourceGroup"></a>
11859
+
11860
+ ```typescript
11861
+ public readonly resourceGroup: ResourceGroup;
11862
+ ```
11863
+
11864
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
11865
+
11866
+ An optional reference to the resource group in which to deploy the Kusto Cluster.
11867
+
11868
+ If not provided, the Kusto Cluster will be deployed in the default resource group.
11869
+
11870
+ ---
11871
+
11964
11872
  ##### `sku`<sup>Optional</sup> <a name="sku" id="@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps.property.sku"></a>
11965
11873
 
11966
11874
  ```typescript
@@ -12460,6 +12368,80 @@ Target resource id to enable diagnostic settings on.
12460
12368
 
12461
12369
  ---
12462
12370
 
12371
+ ### EventHubClusterProps <a name="EventHubClusterProps" id="@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps"></a>
12372
+
12373
+ #### Initializer <a name="Initializer" id="@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.Initializer"></a>
12374
+
12375
+ ```typescript
12376
+ import { azure_eventhub } from '@microsoft/terraform-cdk-constructs'
12377
+
12378
+ const eventHubClusterProps: azure_eventhub.EventHubClusterProps = { ... }
12379
+ ```
12380
+
12381
+ #### Properties <a name="Properties" id="Properties"></a>
12382
+
12383
+ | **Name** | **Type** | **Description** |
12384
+ | --- | --- | --- |
12385
+ | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.name">name</a></code> | <code>string</code> | The name of the EventHub Cluster. |
12386
+ | <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. |
12387
+ | <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. |
12388
+ | <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. |
12389
+
12390
+ ---
12391
+
12392
+ ##### `name`<sup>Required</sup> <a name="name" id="@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.name"></a>
12393
+
12394
+ ```typescript
12395
+ public readonly name: string;
12396
+ ```
12397
+
12398
+ - *Type:* string
12399
+
12400
+ The name of the EventHub Cluster.
12401
+
12402
+ ---
12403
+
12404
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.resourceGroup"></a>
12405
+
12406
+ ```typescript
12407
+ public readonly resourceGroup: ResourceGroup;
12408
+ ```
12409
+
12410
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
12411
+
12412
+ An optional reference to the resource group in which to deploy the Event Hub Cluster.
12413
+
12414
+ If not provided, the Event Hub Cluster will be deployed in the default resource group.
12415
+
12416
+ ---
12417
+
12418
+ ##### `skuName`<sup>Optional</sup> <a name="skuName" id="@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.skuName"></a>
12419
+
12420
+ ```typescript
12421
+ public readonly skuName: string;
12422
+ ```
12423
+
12424
+ - *Type:* string
12425
+ - *Default:* "Dedicated_1"
12426
+
12427
+ The SKU name of the EventHub Cluster.
12428
+
12429
+ The only supported value at this time is Dedicated_1.
12430
+
12431
+ ---
12432
+
12433
+ ##### `tags`<sup>Optional</sup> <a name="tags" id="@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps.property.tags"></a>
12434
+
12435
+ ```typescript
12436
+ public readonly tags: {[ key: string ]: string};
12437
+ ```
12438
+
12439
+ - *Type:* {[ key: string ]: string}
12440
+
12441
+ The tags to assign to the Application Insights resource.
12442
+
12443
+ ---
12444
+
12463
12445
  ### FileShareProps <a name="FileShareProps" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps"></a>
12464
12446
 
12465
12447
  #### Initializer <a name="Initializer" id="@microsoft/terraform-cdk-constructs.azure_storageaccount.FileShareProps.Initializer"></a>
@@ -13648,7 +13630,6 @@ const linuxClusterProps: azure_virtualmachinescaleset.LinuxClusterProps = { ...
13648
13630
 
13649
13631
  | **Name** | **Type** | **Description** |
13650
13632
  | --- | --- | --- |
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
13633
  | <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
13634
  | <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
13635
  | <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. |
@@ -13662,6 +13643,7 @@ const linuxClusterProps: azure_virtualmachinescaleset.LinuxClusterProps = { ...
13662
13643
  | <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
13644
  | <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
13645
  | <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. |
13646
+ | <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
13647
  | <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
13648
  | <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
13649
  | <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 +13656,6 @@ const linuxClusterProps: azure_virtualmachinescaleset.LinuxClusterProps = { ...
13674
13656
 
13675
13657
  ---
13676
13658
 
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
13659
  ##### `adminPassword`<sup>Optional</sup> <a name="adminPassword" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.adminPassword"></a>
13690
13660
 
13691
13661
  ```typescript
@@ -13848,6 +13818,20 @@ The allocation method for the public IP.
13848
13818
 
13849
13819
  ---
13850
13820
 
13821
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.resourceGroup"></a>
13822
+
13823
+ ```typescript
13824
+ public readonly resourceGroup: ResourceGroup;
13825
+ ```
13826
+
13827
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
13828
+
13829
+ An optional reference to the resource group in which to deploy the Virtual Machine.
13830
+
13831
+ If not provided, the Virtual Machine will be deployed in the default resource group.
13832
+
13833
+ ---
13834
+
13851
13835
  ##### `scaleInPolicy`<sup>Optional</sup> <a name="scaleInPolicy" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.LinuxClusterProps.property.scaleInPolicy"></a>
13852
13836
 
13853
13837
  ```typescript
@@ -13972,7 +13956,6 @@ const linuxVMProps: azure_virtualmachine.LinuxVMProps = { ... }
13972
13956
 
13973
13957
  | **Name** | **Type** | **Description** |
13974
13958
  | --- | --- | --- |
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
13959
  | <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
13960
  | <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
13961
  | <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. |
@@ -13986,6 +13969,7 @@ const linuxVMProps: azure_virtualmachine.LinuxVMProps = { ... }
13986
13969
  | <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
13970
  | <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
13971
  | <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. |
13972
+ | <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
13973
  | <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
13974
  | <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
13975
  | <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 +13981,6 @@ const linuxVMProps: azure_virtualmachine.LinuxVMProps = { ... }
13997
13981
 
13998
13982
  ---
13999
13983
 
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
13984
  ##### `additionalCapabilities`<sup>Optional</sup> <a name="additionalCapabilities" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.additionalCapabilities"></a>
14013
13985
 
14014
13986
  ```typescript
@@ -14168,6 +14140,20 @@ The allocation method for the public IP.
14168
14140
 
14169
14141
  ---
14170
14142
 
14143
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.resourceGroup"></a>
14144
+
14145
+ ```typescript
14146
+ public readonly resourceGroup: ResourceGroup;
14147
+ ```
14148
+
14149
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
14150
+
14151
+ An optional reference to the resource group in which to deploy the Virtual Machine.
14152
+
14153
+ If not provided, the Virtual Machine will be deployed in the default resource group.
14154
+
14155
+ ---
14156
+
14171
14157
  ##### `secret`<sup>Optional</sup> <a name="secret" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.LinuxVMProps.property.secret"></a>
14172
14158
 
14173
14159
  ```typescript
@@ -14809,7 +14795,6 @@ const namespaceProps: azure_eventhub.NamespaceProps = { ... }
14809
14795
  | **Name** | **Type** | **Description** |
14810
14796
  | --- | --- | --- |
14811
14797
  | <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
14798
  | <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
14799
  | <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
14800
  | <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 +14803,7 @@ const namespaceProps: azure_eventhub.NamespaceProps = { ... }
14818
14803
  | <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
14804
  | <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
14805
  | <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? |
14806
+ | <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
14807
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.sku">sku</a></code> | <code>string</code> | Defines which tier to use. |
14822
14808
  | <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
14809
  | <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 +14822,6 @@ The name of the EventHub Namespace to create.
14836
14822
 
14837
14823
  ---
14838
14824
 
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
14825
  ##### `autoInflateEnabled`<sup>Optional</sup> <a name="autoInflateEnabled" id="@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.autoInflateEnabled"></a>
14852
14826
 
14853
14827
  ```typescript
@@ -14959,6 +14933,20 @@ Is public network access enabled for the EventHub Namespace?
14959
14933
 
14960
14934
  ---
14961
14935
 
14936
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.resourceGroup"></a>
14937
+
14938
+ ```typescript
14939
+ public readonly resourceGroup: ResourceGroup;
14940
+ ```
14941
+
14942
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
14943
+
14944
+ An optional reference to the resource group in which to deploy the Event Hub Cluster.
14945
+
14946
+ If not provided, the Event Hub Cluster will be deployed in the default resource group.
14947
+
14948
+ ---
14949
+
14962
14950
  ##### `sku`<sup>Optional</sup> <a name="sku" id="@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps.property.sku"></a>
14963
14951
 
14964
14952
  ```typescript
@@ -15015,26 +15003,14 @@ const networkProps: azure_virtualnetwork.NetworkProps = { ... }
15015
15003
 
15016
15004
  | **Name** | **Type** | **Description** |
15017
15005
  | --- | --- | --- |
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
15006
  | <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
15007
  | <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
15008
  | <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. |
15009
+ | <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
15010
  | <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
15011
 
15024
15012
  ---
15025
15013
 
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
15014
  ##### `addressSpace`<sup>Optional</sup> <a name="addressSpace" id="@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.addressSpace"></a>
15039
15015
 
15040
15016
  ```typescript
@@ -15076,6 +15052,20 @@ If not provided, a default name will be assigned.
15076
15052
 
15077
15053
  ---
15078
15054
 
15055
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.resourceGroup"></a>
15056
+
15057
+ ```typescript
15058
+ public readonly resourceGroup: ResourceGroup;
15059
+ ```
15060
+
15061
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
15062
+
15063
+ An optional reference to the resource group in which to deploy the Virtual Machine.
15064
+
15065
+ If not provided, the Virtual Machine will be deployed in the default resource group.
15066
+
15067
+ ---
15068
+
15079
15069
  ##### `subnets`<sup>Optional</sup> <a name="subnets" id="@microsoft/terraform-cdk-constructs.azure_virtualnetwork.NetworkProps.property.subnets"></a>
15080
15070
 
15081
15071
  ```typescript
@@ -15494,9 +15484,9 @@ const registryProps: azure_containerregistry.RegistryProps = { ... }
15494
15484
  | --- | --- | --- |
15495
15485
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.location">location</a></code> | <code>string</code> | The Azure Region to deploy. |
15496
15486
  | <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
15487
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.adminEnabled">adminEnabled</a></code> | <code>boolean</code> | Create enable Admin user. |
15499
15488
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.geoReplicationLocations">geoReplicationLocations</a></code> | <code>any</code> | Specify the locations to configure replication. |
15489
+ | <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
15490
  | <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
15491
  | <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
15492
 
@@ -15526,18 +15516,6 @@ The name of the Log Analytics Workspace.
15526
15516
 
15527
15517
  ---
15528
15518
 
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
15519
  ##### `adminEnabled`<sup>Optional</sup> <a name="adminEnabled" id="@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.adminEnabled"></a>
15542
15520
 
15543
15521
  ```typescript
@@ -15562,6 +15540,20 @@ Specify the locations to configure replication.
15562
15540
 
15563
15541
  ---
15564
15542
 
15543
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.resourceGroup"></a>
15544
+
15545
+ ```typescript
15546
+ public readonly resourceGroup: ResourceGroup;
15547
+ ```
15548
+
15549
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
15550
+
15551
+ An optional reference to the resource group in which to deploy the Container Registry.
15552
+
15553
+ If not provided, the Container Registry will be deployed in the default resource group.
15554
+
15555
+ ---
15556
+
15565
15557
  ##### `sku`<sup>Optional</sup> <a name="sku" id="@microsoft/terraform-cdk-constructs.azure_containerregistry.RegistryProps.property.sku"></a>
15566
15558
 
15567
15559
  ```typescript
@@ -15990,8 +15982,8 @@ const securityGroupProps: azure_networksecuritygroup.SecurityGroupProps = { ...
15990
15982
  | --- | --- | --- |
15991
15983
  | <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
15984
  | <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
15985
  | <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. |
15986
+ | <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
15987
 
15996
15988
  ---
15997
15989
 
@@ -16021,27 +16013,29 @@ Must be unique within the resource group.
16021
16013
 
16022
16014
  ---
16023
16015
 
16024
- ##### `resourceGroup`<sup>Required</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.resourceGroup"></a>
16016
+ ##### `rules`<sup>Required</sup> <a name="rules" id="@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.rules"></a>
16025
16017
 
16026
16018
  ```typescript
16027
- public readonly resourceGroup: ResourceGroup;
16019
+ public readonly rules: RuleConfig[];
16028
16020
  ```
16029
16021
 
16030
- - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16022
+ - *Type:* @microsoft/terraform-cdk-constructs.azure_networksecuritygroup.RuleConfig[]
16031
16023
 
16032
- The name of the resource group under which the network security group will be created.
16024
+ An array of rule configurations to be applied to the network security group.
16033
16025
 
16034
16026
  ---
16035
16027
 
16036
- ##### `rules`<sup>Required</sup> <a name="rules" id="@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.rules"></a>
16028
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.SecurityGroupProps.property.resourceGroup"></a>
16037
16029
 
16038
16030
  ```typescript
16039
- public readonly rules: RuleConfig[];
16031
+ public readonly resourceGroup: ResourceGroup;
16040
16032
  ```
16041
16033
 
16042
- - *Type:* @microsoft/terraform-cdk-constructs.azure_networksecuritygroup.RuleConfig[]
16034
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16043
16035
 
16044
- An array of rule configurations to be applied to the network security group.
16036
+ An optional reference to the resource group in which to deploy the Workspace.
16037
+
16038
+ If not provided, the Workspace will be deployed in the default resource group.
16045
16039
 
16046
16040
  ---
16047
16041
 
@@ -16275,10 +16269,10 @@ const vaultProps: azure_keyvault.VaultProps = { ... }
16275
16269
  | --- | --- | --- |
16276
16270
  | <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
16271
  | <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
16272
  | <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
16273
  | <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
16274
  | <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. |
16275
+ | <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
16276
  | <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
16277
  | <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
16278
  | <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 +16303,6 @@ The name of the Key Vault.
16309
16303
 
16310
16304
  ---
16311
16305
 
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
16306
  ##### `tenantId`<sup>Required</sup> <a name="tenantId" id="@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.tenantId"></a>
16325
16307
 
16326
16308
  ```typescript
@@ -16362,6 +16344,20 @@ The value is a description of that IP range.
16362
16344
 
16363
16345
  ---
16364
16346
 
16347
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.resourceGroup"></a>
16348
+
16349
+ ```typescript
16350
+ public readonly resourceGroup: ResourceGroup;
16351
+ ```
16352
+
16353
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16354
+
16355
+ An optional reference to the resource group in which to deploy the Key Vault.
16356
+
16357
+ If not provided, the Key Vault will be deployed in the default resource group.
16358
+
16359
+ ---
16360
+
16365
16361
  ##### `sku`<sup>Optional</sup> <a name="sku" id="@microsoft/terraform-cdk-constructs.azure_keyvault.VaultProps.property.sku"></a>
16366
16362
 
16367
16363
  ```typescript
@@ -16417,7 +16413,6 @@ const windowsClusterProps: azure_virtualmachinescaleset.WindowsClusterProps = {
16417
16413
  | --- | --- | --- |
16418
16414
  | <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
16415
  | <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
16416
  | <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
16417
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.bootDiagnosticsStorageURI">bootDiagnosticsStorageURI</a></code> | <code>string</code> | Bootdiagnostics settings for the VM. |
16423
16418
  | <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. |
@@ -16427,6 +16422,7 @@ const windowsClusterProps: azure_virtualmachinescaleset.WindowsClusterProps = {
16427
16422
  | <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
16423
  | <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
16424
  | <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. |
16425
+ | <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
16426
  | <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
16427
  | <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
16428
  | <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 +16458,6 @@ The admin username for the virtual machine.
16462
16458
 
16463
16459
  ---
16464
16460
 
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
16461
  ##### `boostrapCustomData`<sup>Optional</sup> <a name="boostrapCustomData" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.boostrapCustomData"></a>
16478
16462
 
16479
16463
  ```typescript
@@ -16589,6 +16573,20 @@ The allocation method for the public IP.
16589
16573
 
16590
16574
  ---
16591
16575
 
16576
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.resourceGroup"></a>
16577
+
16578
+ ```typescript
16579
+ public readonly resourceGroup: ResourceGroup;
16580
+ ```
16581
+
16582
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16583
+
16584
+ An optional reference to the resource group in which to deploy the Virtual Machine.
16585
+
16586
+ If not provided, the Virtual Machine will be deployed in the default resource group.
16587
+
16588
+ ---
16589
+
16592
16590
  ##### `scaleInPolicy`<sup>Optional</sup> <a name="scaleInPolicy" id="@microsoft/terraform-cdk-constructs.azure_virtualmachinescaleset.WindowsClusterProps.property.scaleInPolicy"></a>
16593
16591
 
16594
16592
  ```typescript
@@ -16704,7 +16702,6 @@ const windowsVMProps: azure_virtualmachine.WindowsVMProps = { ... }
16704
16702
  | --- | --- | --- |
16705
16703
  | <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
16704
  | <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
16705
  | <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
16706
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.bootDiagnosticsStorageURI">bootDiagnosticsStorageURI</a></code> | <code>string</code> | Bootdiagnostics settings for the VM. |
16710
16707
  | <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. |
@@ -16712,6 +16709,7 @@ const windowsVMProps: azure_virtualmachine.WindowsVMProps = { ... }
16712
16709
  | <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
16710
  | <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
16711
  | <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. |
16712
+ | <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
16713
  | <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
16714
  | <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
16715
  | <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 +16742,6 @@ The admin username for the virtual machine.
16744
16742
 
16745
16743
  ---
16746
16744
 
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
16745
  ##### `boostrapCustomData`<sup>Optional</sup> <a name="boostrapCustomData" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.boostrapCustomData"></a>
16760
16746
 
16761
16747
  ```typescript
@@ -16845,6 +16831,20 @@ The allocation method for the public IP.
16845
16831
 
16846
16832
  ---
16847
16833
 
16834
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.resourceGroup"></a>
16835
+
16836
+ ```typescript
16837
+ public readonly resourceGroup: ResourceGroup;
16838
+ ```
16839
+
16840
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
16841
+
16842
+ An optional reference to the resource group in which to deploy the Virtual Machine.
16843
+
16844
+ If not provided, the Virtual Machine will be deployed in the default resource group.
16845
+
16846
+ ---
16847
+
16848
16848
  ##### `size`<sup>Optional</sup> <a name="size" id="@microsoft/terraform-cdk-constructs.azure_virtualmachine.WindowsVMProps.property.size"></a>
16849
16849
 
16850
16850
  ```typescript
@@ -16924,10 +16924,10 @@ const workspaceProps: azure_loganalytics.WorkspaceProps = { ... }
16924
16924
  | --- | --- | --- |
16925
16925
  | <code><a href="#@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.location">location</a></code> | <code>string</code> | The Azure Region to deploy. |
16926
16926
  | <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
16927
  | <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
16928
  | <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
16929
  | <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. |
16930
+ | <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
16931
  | <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
16932
  | <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
16933
  | <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 +16958,6 @@ The name of the Log Analytics Workspace.
16958
16958
 
16959
16959
  ---
16960
16960
 
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
16961
  ##### `dataExport`<sup>Optional</sup> <a name="dataExport" id="@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.dataExport"></a>
16974
16962
 
16975
16963
  ```typescript
@@ -17006,6 +16994,20 @@ A collection of log saved log analytics queries.
17006
16994
 
17007
16995
  ---
17008
16996
 
16997
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.resourceGroup"></a>
16998
+
16999
+ ```typescript
17000
+ public readonly resourceGroup: ResourceGroup;
17001
+ ```
17002
+
17003
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
17004
+
17005
+ An optional reference to the resource group in which to deploy the Workspace.
17006
+
17007
+ If not provided, the Workspace will be deployed in the default resource group.
17008
+
17009
+ ---
17010
+
17009
17011
  ##### `retention`<sup>Optional</sup> <a name="retention" id="@microsoft/terraform-cdk-constructs.azure_loganalytics.WorkspaceProps.property.retention"></a>
17010
17012
 
17011
17013
  ```typescript
@@ -18945,7 +18947,6 @@ public readonly workload: string;
18945
18947
  | <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
18948
  | <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
18949
  | <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
18950
  | <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
18951
  | <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
18952
  | <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 +18962,7 @@ public readonly workload: string;
18961
18962
  | <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
18963
  | <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
18964
  | <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. |
18965
+ | <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
18966
  | <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
18967
  | <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
18968
  | <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 +19066,6 @@ The request routing rules for the Application Gateway.
19064
19066
 
19065
19067
  ---
19066
19068
 
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
19069
  ##### `skuSize`<sup>Required</sup> <a name="skuSize" id="@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.skuSize"></a>
19080
19070
 
19081
19071
  ```typescript
@@ -19256,6 +19246,20 @@ Optional configurations for redirect rules.
19256
19246
 
19257
19247
  ---
19258
19248
 
19249
+ ##### `resourceGroup`<sup>Optional</sup> <a name="resourceGroup" id="@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.resourceGroup"></a>
19250
+
19251
+ ```typescript
19252
+ public readonly resourceGroup: ResourceGroup;
19253
+ ```
19254
+
19255
+ - *Type:* @cdktf/provider-azurerm.resourceGroup.ResourceGroup
19256
+
19257
+ An optional reference to the resource group in which to deploy the Application Gateway.
19258
+
19259
+ If not provided, the Application Gateway will be deployed in the default resource group.
19260
+
19261
+ ---
19262
+
19259
19263
  ##### `rewriteRuleSet`<sup>Optional</sup> <a name="rewriteRuleSet" id="@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps.property.rewriteRuleSet"></a>
19260
19264
 
19261
19265
  ```typescript