@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/.jsii CHANGED
@@ -1657,8 +1657,23 @@
1657
1657
  }
1658
1658
  },
1659
1659
  "targets": {
1660
+ "dotnet": {
1661
+ "namespace": "Microsoft.Cdktf.Azure.TFConstructs",
1662
+ "packageId": "Microsoft.Cdktf.Azure.TFConstructs"
1663
+ },
1664
+ "java": {
1665
+ "maven": {
1666
+ "artifactId": "cdktf-azure-constructs",
1667
+ "groupId": "com.microsoft"
1668
+ },
1669
+ "package": "com.microsoft.terraformcdkconstructs"
1670
+ },
1660
1671
  "js": {
1661
1672
  "npm": "@microsoft/terraform-cdk-constructs"
1673
+ },
1674
+ "python": {
1675
+ "distName": "microsoft-cdktfconstructs",
1676
+ "module": "microsoft_cdktfconstructs"
1662
1677
  }
1663
1678
  },
1664
1679
  "types": {
@@ -1676,7 +1691,7 @@
1676
1691
  },
1677
1692
  "locationInModule": {
1678
1693
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1679
- "line": 293
1694
+ "line": 295
1680
1695
  },
1681
1696
  "parameters": [
1682
1697
  {
@@ -1699,7 +1714,7 @@
1699
1714
  },
1700
1715
  {
1701
1716
  "docs": {
1702
- "remarks": "The properties include:\n - `name`: Required. Unique name for the Application Gateway within Azure.\n - `location`: Required. Azure Region for deployment.\n - `resourceGroup`: Required. Reference to the resource group for deployment.\n - `skuTier`: Required. SKU tier of the Application Gateway (e.g., Standard, WAF).\n - `skuSize`: Required. Size of the SKU for the Application Gateway.\n - `capacity`: Required. Capacity (instance count) of the Application Gateway.\n - `backendAddressPools`: Required. Backend address pools for the Application Gateway.\n - `backendHttpSettings`: Required. Backend HTTP settings for the Application Gateway.\n - `httpListeners`: Required. HTTP listeners for the Application Gateway.\n - `requestRoutingRules`: Required. Request routing rules for the Application Gateway.\n - `publicIpAddress`: Optional. Public IP address for the frontend.\n - `privateIpAddress`: Optional. Private IP address for the frontend.\n - `privateIpAddressAllocation`: Optional. Allocation method for the private IP (Static, Dynamic).\n - `frontendPorts`: Optional. Frontend ports for the Application Gateway.\n - `subnet`: Optional. Subnet for the Application Gateway.\n - `enableHttp2`: Optional. Flag to enable HTTP2.\n - `fipsEnabled`: Optional. Flag to enable FIPS-compliant algorithms.\n - `firewallPolicyId`: Optional. ID of the firewall policy.\n - `forceFirewallPolicyAssociation`: Optional. Flag to enforce association of the firewall policy.\n - `tags`: Optional. Tags for resource management.\n - Additional optional properties as described in `IGatewayProps` interface.\n\nExample usage:\n```typescript\nnew Gateway(this, 'appGateway1', {\nname: 'gatewayEast',\nresourceGroup: resourceGroup,\nlocation: \"eastus\",\nskuTier: \"Standard_v2\",\nskuSize: \"Standard_v2\",\ncapacity: 2,\npublicIpAddress: publicIp,\nsubnet: subnet,\nbackendAddressPools: [\n{ name: \"backend-address-pool-1\" },\n{\nname: \"backend-address-pool-2\",\nipAddresses: [\"10.1.0.4\", \"10.1.0.5\", \"10.1.0.6\"],\n},\n],\nhttpListeners: [\n{\nname: \"http-listener\",\nfrontendPortName: \"80\",\nfrontendIpConfigurationName: \"Public-frontend-ip-configuration\",\nprotocol: \"Http\",\n},\n],\nbackendHttpSettings: [\n{\nname: \"backend-http-setting\",\nport: 80,\nprotocol: \"Http\",\nrequestTimeout: 20,\ncookieBasedAffinity: \"Disabled\",\n},\n],\nrequestRoutingRules: [\n{\nname: \"request-routing-rule-1\",\nhttpListenerName: \"http-listener\",\npriority: 1,\nbackendAddressPoolName: \"backend-address-pool-1\",\nbackendHttpSettingsName: \"backend-http-setting\",\nruleType: \"Basic\",\n},\n],\n});\n```",
1717
+ "remarks": "The properties include:\n - `name`: Required. Unique name for the Application Gateway within Azure.\n - `location`: Required. Azure Region for deployment.\n - `resourceGroup`: Optional. Reference to the resource group for deployment.\n - `skuTier`: Required. SKU tier of the Application Gateway (e.g., Standard, WAF).\n - `skuSize`: Required. Size of the SKU for the Application Gateway.\n - `capacity`: Required. Capacity (instance count) of the Application Gateway.\n - `backendAddressPools`: Required. Backend address pools for the Application Gateway.\n - `backendHttpSettings`: Required. Backend HTTP settings for the Application Gateway.\n - `httpListeners`: Required. HTTP listeners for the Application Gateway.\n - `requestRoutingRules`: Required. Request routing rules for the Application Gateway.\n - `publicIpAddress`: Optional. Public IP address for the frontend.\n - `privateIpAddress`: Optional. Private IP address for the frontend.\n - `privateIpAddressAllocation`: Optional. Allocation method for the private IP (Static, Dynamic).\n - `frontendPorts`: Optional. Frontend ports for the Application Gateway.\n - `subnet`: Optional. Subnet for the Application Gateway.\n - `enableHttp2`: Optional. Flag to enable HTTP2.\n - `fipsEnabled`: Optional. Flag to enable FIPS-compliant algorithms.\n - `firewallPolicyId`: Optional. ID of the firewall policy.\n - `forceFirewallPolicyAssociation`: Optional. Flag to enforce association of the firewall policy.\n - `tags`: Optional. Tags for resource management.\n - Additional optional properties as described in `IGatewayProps` interface.\n\nExample usage:\n```typescript\nnew Gateway(this, 'appGateway1', {\nname: 'gatewayEast',\nresourceGroup: resourceGroup,\nlocation: \"eastus\",\nskuTier: \"Standard_v2\",\nskuSize: \"Standard_v2\",\ncapacity: 2,\npublicIpAddress: publicIp,\nsubnet: subnet,\nbackendAddressPools: [\n{ name: \"backend-address-pool-1\" },\n{\nname: \"backend-address-pool-2\",\nipAddresses: [\"10.1.0.4\", \"10.1.0.5\", \"10.1.0.6\"],\n},\n],\nhttpListeners: [\n{\nname: \"http-listener\",\nfrontendPortName: \"80\",\nfrontendIpConfigurationName: \"Public-frontend-ip-configuration\",\nprotocol: \"Http\",\n},\n],\nbackendHttpSettings: [\n{\nname: \"backend-http-setting\",\nport: 80,\nprotocol: \"Http\",\nrequestTimeout: 20,\ncookieBasedAffinity: \"Disabled\",\n},\n],\nrequestRoutingRules: [\n{\nname: \"request-routing-rule-1\",\nhttpListenerName: \"http-listener\",\npriority: 1,\nbackendAddressPoolName: \"backend-address-pool-1\",\nbackendHttpSettingsName: \"backend-http-setting\",\nruleType: \"Basic\",\n},\n],\n});\n```",
1703
1718
  "summary": "- The properties for configuring the Azure Application Gateway."
1704
1719
  },
1705
1720
  "name": "props",
@@ -1712,7 +1727,7 @@
1712
1727
  "kind": "class",
1713
1728
  "locationInModule": {
1714
1729
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1715
- "line": 212
1730
+ "line": 213
1716
1731
  },
1717
1732
  "name": "Gateway",
1718
1733
  "namespace": "azure_applicationgateway",
@@ -1721,10 +1736,24 @@
1721
1736
  "docs": {
1722
1737
  "stability": "stable"
1723
1738
  },
1739
+ "immutable": true,
1724
1740
  "locationInModule": {
1725
1741
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1726
1742
  "line": 214
1727
1743
  },
1744
+ "name": "props",
1745
+ "type": {
1746
+ "fqn": "@microsoft/terraform-cdk-constructs.azure_applicationgateway.IGatewayProps"
1747
+ }
1748
+ },
1749
+ {
1750
+ "docs": {
1751
+ "stability": "stable"
1752
+ },
1753
+ "locationInModule": {
1754
+ "filename": "src/azure-applicationgateway/lib/gateway.ts",
1755
+ "line": 216
1756
+ },
1728
1757
  "name": "id",
1729
1758
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
1730
1759
  "type": {
@@ -1737,7 +1766,7 @@
1737
1766
  },
1738
1767
  "locationInModule": {
1739
1768
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1740
- "line": 213
1769
+ "line": 215
1741
1770
  },
1742
1771
  "name": "resourceGroup",
1743
1772
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -1771,7 +1800,7 @@
1771
1800
  "immutable": true,
1772
1801
  "locationInModule": {
1773
1802
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1774
- "line": 63
1803
+ "line": 64
1775
1804
  },
1776
1805
  "name": "backendAddressPools",
1777
1806
  "type": {
@@ -1792,7 +1821,7 @@
1792
1821
  "immutable": true,
1793
1822
  "locationInModule": {
1794
1823
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1795
- "line": 68
1824
+ "line": 69
1796
1825
  },
1797
1826
  "name": "backendHttpSettings",
1798
1827
  "type": {
@@ -1813,7 +1842,7 @@
1813
1842
  "immutable": true,
1814
1843
  "locationInModule": {
1815
1844
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1816
- "line": 58
1845
+ "line": 59
1817
1846
  },
1818
1847
  "name": "capacity",
1819
1848
  "type": {
@@ -1829,7 +1858,7 @@
1829
1858
  "immutable": true,
1830
1859
  "locationInModule": {
1831
1860
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1832
- "line": 78
1861
+ "line": 79
1833
1862
  },
1834
1863
  "name": "httpListeners",
1835
1864
  "type": {
@@ -1882,7 +1911,7 @@
1882
1911
  "immutable": true,
1883
1912
  "locationInModule": {
1884
1913
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1885
- "line": 83
1914
+ "line": 84
1886
1915
  },
1887
1916
  "name": "requestRoutingRules",
1888
1917
  "type": {
@@ -1894,22 +1923,6 @@
1894
1923
  }
1895
1924
  }
1896
1925
  },
1897
- {
1898
- "abstract": true,
1899
- "docs": {
1900
- "stability": "stable",
1901
- "summary": "The resource group under which the Application Gateway will be deployed."
1902
- },
1903
- "immutable": true,
1904
- "locationInModule": {
1905
- "filename": "src/azure-applicationgateway/lib/gateway.ts",
1906
- "line": 43
1907
- },
1908
- "name": "resourceGroup",
1909
- "type": {
1910
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
1911
- }
1912
- },
1913
1926
  {
1914
1927
  "abstract": true,
1915
1928
  "docs": {
@@ -1919,7 +1932,7 @@
1919
1932
  "immutable": true,
1920
1933
  "locationInModule": {
1921
1934
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1922
- "line": 53
1935
+ "line": 54
1923
1936
  },
1924
1937
  "name": "skuSize",
1925
1938
  "type": {
@@ -1935,7 +1948,7 @@
1935
1948
  "immutable": true,
1936
1949
  "locationInModule": {
1937
1950
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1938
- "line": 48
1951
+ "line": 49
1939
1952
  },
1940
1953
  "name": "skuTier",
1941
1954
  "type": {
@@ -1951,7 +1964,7 @@
1951
1964
  "immutable": true,
1952
1965
  "locationInModule": {
1953
1966
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1954
- "line": 133
1967
+ "line": 134
1955
1968
  },
1956
1969
  "name": "authenticationCertificate",
1957
1970
  "optional": true,
@@ -1973,7 +1986,7 @@
1973
1986
  "immutable": true,
1974
1987
  "locationInModule": {
1975
1988
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1976
- "line": 138
1989
+ "line": 139
1977
1990
  },
1978
1991
  "name": "autoscaleConfiguration",
1979
1992
  "optional": true,
@@ -1990,7 +2003,7 @@
1990
2003
  "immutable": true,
1991
2004
  "locationInModule": {
1992
2005
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
1993
- "line": 143
2006
+ "line": 144
1994
2007
  },
1995
2008
  "name": "customErrorConfiguration",
1996
2009
  "optional": true,
@@ -2012,7 +2025,7 @@
2012
2025
  "immutable": true,
2013
2026
  "locationInModule": {
2014
2027
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2015
- "line": 98
2028
+ "line": 99
2016
2029
  },
2017
2030
  "name": "enableHttp2",
2018
2031
  "optional": true,
@@ -2029,7 +2042,7 @@
2029
2042
  "immutable": true,
2030
2043
  "locationInModule": {
2031
2044
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2032
- "line": 103
2045
+ "line": 104
2033
2046
  },
2034
2047
  "name": "fipsEnabled",
2035
2048
  "optional": true,
@@ -2046,7 +2059,7 @@
2046
2059
  "immutable": true,
2047
2060
  "locationInModule": {
2048
2061
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2049
- "line": 108
2062
+ "line": 109
2050
2063
  },
2051
2064
  "name": "firewallPolicyId",
2052
2065
  "optional": true,
@@ -2063,7 +2076,7 @@
2063
2076
  "immutable": true,
2064
2077
  "locationInModule": {
2065
2078
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2066
- "line": 113
2079
+ "line": 114
2067
2080
  },
2068
2081
  "name": "forceFirewallPolicyAssociation",
2069
2082
  "optional": true,
@@ -2080,7 +2093,7 @@
2080
2093
  "immutable": true,
2081
2094
  "locationInModule": {
2082
2095
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2083
- "line": 73
2096
+ "line": 74
2084
2097
  },
2085
2098
  "name": "frontendPorts",
2086
2099
  "optional": true,
@@ -2102,7 +2115,7 @@
2102
2115
  "immutable": true,
2103
2116
  "locationInModule": {
2104
2117
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2105
- "line": 148
2118
+ "line": 149
2106
2119
  },
2107
2120
  "name": "identity",
2108
2121
  "optional": true,
@@ -2119,7 +2132,7 @@
2119
2132
  "immutable": true,
2120
2133
  "locationInModule": {
2121
2134
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2122
- "line": 128
2135
+ "line": 129
2123
2136
  },
2124
2137
  "name": "keyVault",
2125
2138
  "optional": true,
@@ -2136,7 +2149,7 @@
2136
2149
  "immutable": true,
2137
2150
  "locationInModule": {
2138
2151
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2139
- "line": 153
2152
+ "line": 154
2140
2153
  },
2141
2154
  "name": "privateLinkConfiguration",
2142
2155
  "optional": true,
@@ -2158,7 +2171,7 @@
2158
2171
  "immutable": true,
2159
2172
  "locationInModule": {
2160
2173
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2161
- "line": 158
2174
+ "line": 159
2162
2175
  },
2163
2176
  "name": "probe",
2164
2177
  "optional": true,
@@ -2180,7 +2193,7 @@
2180
2193
  "immutable": true,
2181
2194
  "locationInModule": {
2182
2195
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2183
- "line": 163
2196
+ "line": 164
2184
2197
  },
2185
2198
  "name": "redirectConfiguration",
2186
2199
  "optional": true,
@@ -2193,6 +2206,24 @@
2193
2206
  }
2194
2207
  }
2195
2208
  },
2209
+ {
2210
+ "abstract": true,
2211
+ "docs": {
2212
+ "remarks": "If not provided, the Application Gateway will be deployed in the default resource group.",
2213
+ "stability": "stable",
2214
+ "summary": "An optional reference to the resource group in which to deploy the Application Gateway."
2215
+ },
2216
+ "immutable": true,
2217
+ "locationInModule": {
2218
+ "filename": "src/azure-applicationgateway/lib/gateway.ts",
2219
+ "line": 44
2220
+ },
2221
+ "name": "resourceGroup",
2222
+ "optional": true,
2223
+ "type": {
2224
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
2225
+ }
2226
+ },
2196
2227
  {
2197
2228
  "abstract": true,
2198
2229
  "docs": {
@@ -2202,7 +2233,7 @@
2202
2233
  "immutable": true,
2203
2234
  "locationInModule": {
2204
2235
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2205
- "line": 168
2236
+ "line": 169
2206
2237
  },
2207
2238
  "name": "rewriteRuleSet",
2208
2239
  "optional": true,
@@ -2224,7 +2255,7 @@
2224
2255
  "immutable": true,
2225
2256
  "locationInModule": {
2226
2257
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2227
- "line": 173
2258
+ "line": 174
2228
2259
  },
2229
2260
  "name": "sslCertificate",
2230
2261
  "optional": true,
@@ -2246,7 +2277,7 @@
2246
2277
  "immutable": true,
2247
2278
  "locationInModule": {
2248
2279
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2249
- "line": 178
2280
+ "line": 179
2250
2281
  },
2251
2282
  "name": "sslPolicy",
2252
2283
  "optional": true,
@@ -2263,7 +2294,7 @@
2263
2294
  "immutable": true,
2264
2295
  "locationInModule": {
2265
2296
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2266
- "line": 183
2297
+ "line": 184
2267
2298
  },
2268
2299
  "name": "sslProfile",
2269
2300
  "optional": true,
@@ -2285,7 +2316,7 @@
2285
2316
  "immutable": true,
2286
2317
  "locationInModule": {
2287
2318
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2288
- "line": 88
2319
+ "line": 89
2289
2320
  },
2290
2321
  "name": "subnet",
2291
2322
  "optional": true,
@@ -2302,7 +2333,7 @@
2302
2333
  "immutable": true,
2303
2334
  "locationInModule": {
2304
2335
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2305
- "line": 118
2336
+ "line": 119
2306
2337
  },
2307
2338
  "name": "tags",
2308
2339
  "optional": true,
@@ -2324,7 +2355,7 @@
2324
2355
  "immutable": true,
2325
2356
  "locationInModule": {
2326
2357
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2327
- "line": 93
2358
+ "line": 94
2328
2359
  },
2329
2360
  "name": "tenantId",
2330
2361
  "optional": true,
@@ -2341,7 +2372,7 @@
2341
2372
  "immutable": true,
2342
2373
  "locationInModule": {
2343
2374
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2344
- "line": 188
2375
+ "line": 189
2345
2376
  },
2346
2377
  "name": "timeouts",
2347
2378
  "optional": true,
@@ -2358,7 +2389,7 @@
2358
2389
  "immutable": true,
2359
2390
  "locationInModule": {
2360
2391
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2361
- "line": 193
2392
+ "line": 194
2362
2393
  },
2363
2394
  "name": "trustedClientCertificate",
2364
2395
  "optional": true,
@@ -2380,7 +2411,7 @@
2380
2411
  "immutable": true,
2381
2412
  "locationInModule": {
2382
2413
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2383
- "line": 198
2414
+ "line": 199
2384
2415
  },
2385
2416
  "name": "trustedRootCertificate",
2386
2417
  "optional": true,
@@ -2402,7 +2433,7 @@
2402
2433
  "immutable": true,
2403
2434
  "locationInModule": {
2404
2435
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2405
- "line": 203
2436
+ "line": 204
2406
2437
  },
2407
2438
  "name": "urlPathMap",
2408
2439
  "optional": true,
@@ -2424,7 +2455,7 @@
2424
2455
  "immutable": true,
2425
2456
  "locationInModule": {
2426
2457
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2427
- "line": 208
2458
+ "line": 209
2428
2459
  },
2429
2460
  "name": "wafConfiguration",
2430
2461
  "optional": true,
@@ -2441,7 +2472,7 @@
2441
2472
  "immutable": true,
2442
2473
  "locationInModule": {
2443
2474
  "filename": "src/azure-applicationgateway/lib/gateway.ts",
2444
- "line": 123
2475
+ "line": 124
2445
2476
  },
2446
2477
  "name": "zones",
2447
2478
  "optional": true,
@@ -2519,7 +2550,7 @@
2519
2550
  },
2520
2551
  "locationInModule": {
2521
2552
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2522
- "line": 98
2553
+ "line": 100
2523
2554
  },
2524
2555
  "parameters": [
2525
2556
  {
@@ -2542,7 +2573,7 @@
2542
2573
  },
2543
2574
  {
2544
2575
  "docs": {
2545
- "remarks": "The properties include:\n - `name`: Required. Unique name for the Application Insights resource within Azure.\n - `location`: Required. Azure Region for deployment.\n - `resourceGroup`: Required. Reference to the Azure Resource Group for deployment.\n - `retentionInDays`: Optional. Number of days to retain data. Default is 90 days.\n - `tags`: Optional. Tags for resource management.\n - `applicationType`: Required. The type of application (e.g., web, other).\n - `dailyDataCapInGb`: Optional. Daily data cap in gigabytes.\n - `dailyDataCapNotificationDisabled`: Optional. Flag to disable notifications when the daily data cap is reached.\n - `workspaceId`: Optional. ID of the Log Analytics Workspace to associate with Application Insights. If not provided, a new workspace is created automatically.\n\nExample usage:\n```typescript\nnew AppInsights(this, 'myAppInsights', {\nname: 'myAppInsightsResource',\nlocation: 'West US',\nresourceGroup: resourceGroup,\nretentionInDays: 120,\ntags: {\n\"environment\": \"production\"\n},\napplicationType: 'web',\ndailyDataCapInGb: 10,\ndailyDataCapNotificationDisabled: true,\nworkspaceId: 'existing-workspace-id'\n});\n```",
2576
+ "remarks": "The properties include:\n - `name`: Required. Unique name for the Application Insights resource within Azure.\n - `location`: Required. Azure Region for deployment.\n - `resourceGroup`: Optional. Reference to the resource group for deployment.\n - `retentionInDays`: Optional. Number of days to retain data. Default is 90 days.\n - `tags`: Optional. Tags for resource management.\n - `applicationType`: Required. The type of application (e.g., web, other).\n - `dailyDataCapInGb`: Optional. Daily data cap in gigabytes.\n - `dailyDataCapNotificationDisabled`: Optional. Flag to disable notifications when the daily data cap is reached.\n - `workspaceId`: Optional. ID of the Log Analytics Workspace to associate with Application Insights. If not provided, a new workspace is created automatically.\n\nExample usage:\n```typescript\nnew AppInsights(this, 'myAppInsights', {\nname: 'myAppInsightsResource',\nlocation: 'West US',\nresourceGroup: resourceGroup,\nretentionInDays: 120,\ntags: {\n\"environment\": \"production\"\n},\napplicationType: 'web',\ndailyDataCapInGb: 10,\ndailyDataCapNotificationDisabled: true,\nworkspaceId: 'existing-workspace-id'\n});\n```",
2546
2577
  "summary": "- The properties for configuring the Azure Application Insights."
2547
2578
  },
2548
2579
  "name": "props",
@@ -2555,7 +2586,7 @@
2555
2586
  "kind": "class",
2556
2587
  "locationInModule": {
2557
2588
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2558
- "line": 58
2589
+ "line": 60
2559
2590
  },
2560
2591
  "methods": [
2561
2592
  {
@@ -2566,7 +2597,7 @@
2566
2597
  },
2567
2598
  "locationInModule": {
2568
2599
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2569
- "line": 185
2600
+ "line": 187
2570
2601
  },
2571
2602
  "name": "saveIKeyToKeyVault",
2572
2603
  "parameters": [
@@ -2603,7 +2634,7 @@
2603
2634
  "immutable": true,
2604
2635
  "locationInModule": {
2605
2636
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2606
- "line": 59
2637
+ "line": 61
2607
2638
  },
2608
2639
  "name": "props",
2609
2640
  "type": {
@@ -2616,7 +2647,7 @@
2616
2647
  },
2617
2648
  "locationInModule": {
2618
2649
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2619
- "line": 61
2650
+ "line": 63
2620
2651
  },
2621
2652
  "name": "id",
2622
2653
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -2630,7 +2661,7 @@
2630
2661
  },
2631
2662
  "locationInModule": {
2632
2663
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2633
- "line": 60
2664
+ "line": 62
2634
2665
  },
2635
2666
  "name": "resourceGroup",
2636
2667
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -2666,7 +2697,7 @@
2666
2697
  "immutable": true,
2667
2698
  "locationInModule": {
2668
2699
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2669
- "line": 40
2700
+ "line": 42
2670
2701
  },
2671
2702
  "name": "applicationType",
2672
2703
  "type": {
@@ -2709,50 +2740,52 @@
2709
2740
  "abstract": true,
2710
2741
  "docs": {
2711
2742
  "stability": "stable",
2712
- "summary": "The name of the Azure Resource Group to deploy to."
2743
+ "summary": "The Application Insights daily data cap in GB."
2713
2744
  },
2714
2745
  "immutable": true,
2715
2746
  "locationInModule": {
2716
2747
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2717
- "line": 26
2748
+ "line": 46
2718
2749
  },
2719
- "name": "resourceGroup",
2750
+ "name": "dailyDataCapInGb",
2751
+ "optional": true,
2720
2752
  "type": {
2721
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
2753
+ "primitive": "number"
2722
2754
  }
2723
2755
  },
2724
2756
  {
2725
2757
  "abstract": true,
2726
2758
  "docs": {
2727
2759
  "stability": "stable",
2728
- "summary": "The Application Insights daily data cap in GB."
2760
+ "summary": "The Application Insights daily data cap notifications disabled."
2729
2761
  },
2730
2762
  "immutable": true,
2731
2763
  "locationInModule": {
2732
2764
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2733
- "line": 44
2765
+ "line": 50
2734
2766
  },
2735
- "name": "dailyDataCapInGb",
2767
+ "name": "dailyDataCapNotificationDisabled",
2736
2768
  "optional": true,
2737
2769
  "type": {
2738
- "primitive": "number"
2770
+ "primitive": "boolean"
2739
2771
  }
2740
2772
  },
2741
2773
  {
2742
2774
  "abstract": true,
2743
2775
  "docs": {
2776
+ "remarks": "If not provided, the Application Insights will be deployed in the default resource group.",
2744
2777
  "stability": "stable",
2745
- "summary": "The Application Insights daily data cap notifications disabled."
2778
+ "summary": "An optional reference to the resource group in which to deploy the Application Insights."
2746
2779
  },
2747
2780
  "immutable": true,
2748
2781
  "locationInModule": {
2749
2782
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2750
- "line": 48
2783
+ "line": 28
2751
2784
  },
2752
- "name": "dailyDataCapNotificationDisabled",
2785
+ "name": "resourceGroup",
2753
2786
  "optional": true,
2754
2787
  "type": {
2755
- "primitive": "boolean"
2788
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
2756
2789
  }
2757
2790
  },
2758
2791
  {
@@ -2766,7 +2799,7 @@
2766
2799
  "immutable": true,
2767
2800
  "locationInModule": {
2768
2801
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2769
- "line": 32
2802
+ "line": 34
2770
2803
  },
2771
2804
  "name": "retentionInDays",
2772
2805
  "optional": true,
@@ -2783,7 +2816,7 @@
2783
2816
  "immutable": true,
2784
2817
  "locationInModule": {
2785
2818
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2786
- "line": 36
2819
+ "line": 38
2787
2820
  },
2788
2821
  "name": "tags",
2789
2822
  "optional": true,
@@ -2806,7 +2839,7 @@
2806
2839
  "immutable": true,
2807
2840
  "locationInModule": {
2808
2841
  "filename": "src/azure-applicationinsights/lib/appinsights.ts",
2809
- "line": 55
2842
+ "line": 57
2810
2843
  },
2811
2844
  "name": "workspaceId",
2812
2845
  "optional": true,
@@ -2832,7 +2865,7 @@
2832
2865
  },
2833
2866
  "locationInModule": {
2834
2867
  "filename": "src/azure-containerregistry/lib/registry.ts",
2835
- "line": 72
2868
+ "line": 73
2836
2869
  },
2837
2870
  "parameters": [
2838
2871
  {
@@ -2855,7 +2888,7 @@
2855
2888
  },
2856
2889
  {
2857
2890
  "docs": {
2858
- "remarks": "The properties include:\n - `location`: Required. The Azure region where the registry will be deployed.\n - `name`: Required. The name of the Container Registry.\n - `resourceGroup`: Required. The Azure Resource Group in which to deploy the registry.\n - `sku`: Optional. The SKU of the Container Registry (e.g., Basic, Standard, Premium). Determines the features available.\n - `tags`: Optional. Tags for resource management.\n - `adminEnabled`: Optional. Specifies whether the admin user is enabled for the registry. Defaults to false if not set.\n - `geoReplicationLocations`: Optional. Specifies additional Azure regions where the registry should be geo-replicated.\n\nExample usage:\n```typescript\nnew Registry(this, 'myRegistry', {\nlocation: 'West US',\nname: 'myContainerRegistry',\nresourceGroup: resourceGroup,\nsku: 'Premium',\nadminEnabled: true,\ngeoReplicationLocations: ['East US', 'West Europe']\n});\n```",
2891
+ "remarks": "The properties include:\n - `location`: Required. The Azure region where the registry will be deployed.\n - `name`: Required. The name of the Container Registry.\n - `resourceGroup`: Optional. Reference to the resource group for deployment.\n - `sku`: Optional. The SKU of the Container Registry (e.g., Basic, Standard, Premium). Determines the features available.\n - `tags`: Optional. Tags for resource management.\n - `adminEnabled`: Optional. Specifies whether the admin user is enabled for the registry. Defaults to false if not set.\n - `geoReplicationLocations`: Optional. Specifies additional Azure regions where the registry should be geo-replicated.\n\nExample usage:\n```typescript\nnew Registry(this, 'myRegistry', {\nlocation: 'West US',\nname: 'myContainerRegistry',\nresourceGroup: resourceGroup,\nsku: 'Premium',\nadminEnabled: true,\ngeoReplicationLocations: ['East US', 'West Europe']\n});\n```",
2859
2892
  "summary": "- The properties for configuring the Azure Container Registry."
2860
2893
  },
2861
2894
  "name": "props",
@@ -2868,7 +2901,7 @@
2868
2901
  "kind": "class",
2869
2902
  "locationInModule": {
2870
2903
  "filename": "src/azure-containerregistry/lib/registry.ts",
2871
- "line": 38
2904
+ "line": 39
2872
2905
  },
2873
2906
  "name": "Registry",
2874
2907
  "namespace": "azure_containerregistry",
@@ -2880,7 +2913,7 @@
2880
2913
  "immutable": true,
2881
2914
  "locationInModule": {
2882
2915
  "filename": "src/azure-containerregistry/lib/registry.ts",
2883
- "line": 39
2916
+ "line": 40
2884
2917
  },
2885
2918
  "name": "props",
2886
2919
  "type": {
@@ -2893,7 +2926,7 @@
2893
2926
  },
2894
2927
  "locationInModule": {
2895
2928
  "filename": "src/azure-containerregistry/lib/registry.ts",
2896
- "line": 41
2929
+ "line": 42
2897
2930
  },
2898
2931
  "name": "id",
2899
2932
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -2907,7 +2940,7 @@
2907
2940
  },
2908
2941
  "locationInModule": {
2909
2942
  "filename": "src/azure-containerregistry/lib/registry.ts",
2910
- "line": 40
2943
+ "line": 41
2911
2944
  },
2912
2945
  "name": "resourceGroup",
2913
2946
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -2969,50 +3002,52 @@
2969
3002
  "abstract": true,
2970
3003
  "docs": {
2971
3004
  "stability": "stable",
2972
- "summary": "The name of the Azure Resource Group."
3005
+ "summary": "Create enable Admin user."
2973
3006
  },
2974
3007
  "immutable": true,
2975
3008
  "locationInModule": {
2976
3009
  "filename": "src/azure-containerregistry/lib/registry.ts",
2977
- "line": 19
3010
+ "line": 32
2978
3011
  },
2979
- "name": "resourceGroup",
3012
+ "name": "adminEnabled",
3013
+ "optional": true,
2980
3014
  "type": {
2981
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
3015
+ "primitive": "boolean"
2982
3016
  }
2983
3017
  },
2984
3018
  {
2985
3019
  "abstract": true,
2986
3020
  "docs": {
2987
3021
  "stability": "stable",
2988
- "summary": "Create enable Admin user."
3022
+ "summary": "Specify the locations to configure replication."
2989
3023
  },
2990
3024
  "immutable": true,
2991
3025
  "locationInModule": {
2992
3026
  "filename": "src/azure-containerregistry/lib/registry.ts",
2993
- "line": 31
3027
+ "line": 36
2994
3028
  },
2995
- "name": "adminEnabled",
3029
+ "name": "geoReplicationLocations",
2996
3030
  "optional": true,
2997
3031
  "type": {
2998
- "primitive": "boolean"
3032
+ "primitive": "any"
2999
3033
  }
3000
3034
  },
3001
3035
  {
3002
3036
  "abstract": true,
3003
3037
  "docs": {
3038
+ "remarks": "If not provided, the Container Registry will be deployed in the default resource group.",
3004
3039
  "stability": "stable",
3005
- "summary": "Specify the locations to configure replication."
3040
+ "summary": "An optional reference to the resource group in which to deploy the Container Registry."
3006
3041
  },
3007
3042
  "immutable": true,
3008
3043
  "locationInModule": {
3009
3044
  "filename": "src/azure-containerregistry/lib/registry.ts",
3010
- "line": 35
3045
+ "line": 20
3011
3046
  },
3012
- "name": "geoReplicationLocations",
3047
+ "name": "resourceGroup",
3013
3048
  "optional": true,
3014
3049
  "type": {
3015
- "primitive": "any"
3050
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
3016
3051
  }
3017
3052
  },
3018
3053
  {
@@ -3024,7 +3059,7 @@
3024
3059
  "immutable": true,
3025
3060
  "locationInModule": {
3026
3061
  "filename": "src/azure-containerregistry/lib/registry.ts",
3027
- "line": 23
3062
+ "line": 24
3028
3063
  },
3029
3064
  "name": "sku",
3030
3065
  "optional": true,
@@ -3041,7 +3076,7 @@
3041
3076
  "immutable": true,
3042
3077
  "locationInModule": {
3043
3078
  "filename": "src/azure-containerregistry/lib/registry.ts",
3044
- "line": 27
3079
+ "line": 28
3045
3080
  },
3046
3081
  "name": "tags",
3047
3082
  "optional": true,
@@ -3614,8 +3649,8 @@
3614
3649
  "summary": "Constructs a new Event Hub Cluster."
3615
3650
  },
3616
3651
  "locationInModule": {
3617
- "filename": "src/azure-eventhub/lib/cluster.ts",
3618
- "line": 58
3652
+ "filename": "src/azure-eventhub/lib/eventhubcluster.ts",
3653
+ "line": 62
3619
3654
  },
3620
3655
  "parameters": [
3621
3656
  {
@@ -3638,20 +3673,20 @@
3638
3673
  },
3639
3674
  {
3640
3675
  "docs": {
3641
- "remarks": "These properties include:\n- `resourceGroup`: Required. The Azure Resource Group in which the cluster will be deployed.\n- `name`: Required. The name of the Event Hub Cluster.\n- `skuName`: Optional. The SKU name for the cluster, which determines the pricing and capabilities.\n Currently, the only supported value is \"Dedicated_1\". Defaults to \"Dedicated_1\" if not specified.\n- `tags`: Optional. Tags for resource management and categorization.\n\nExample usage:\n```typescript\nconst eventHubCluster = new Cluster(this, 'myEventHubCluster', {\nresourceGroup: resourceGroup,\nname: 'myCluster',\nskuName: 'Dedicated_1', // This is optional since it defaults to 'Dedicated_1'\ntags: {\ndepartment: 'IT'\n}\n});\n```",
3676
+ "remarks": "These properties include:\n - `resourceGroup`: Optional. Reference to the resource group for deployment.\n - `name`: Required. The name of the Event Hub Cluster.\n - `skuName`: Optional. The SKU name for the cluster, which determines the pricing and capabilities.\n Currently, the only supported value is \"Dedicated_1\". Defaults to \"Dedicated_1\" if not specified.\n - `tags`: Optional. Tags for resource management and categorization.\n\nExample usage:\n```typescript\nconst eventHubCluster = new Cluster(this, 'myEventHubCluster', {\nresourceGroup: resourceGroup,\nname: 'myCluster',\nskuName: 'Dedicated_1', // This is optional since it defaults to 'Dedicated_1'\ntags: {\ndepartment: 'IT'\n}\n});\n```",
3642
3677
  "summary": "- The properties for configuring the Event Hub Cluster."
3643
3678
  },
3644
- "name": "ehClusterProps",
3679
+ "name": "props",
3645
3680
  "type": {
3646
- "fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps"
3681
+ "fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps"
3647
3682
  }
3648
3683
  }
3649
3684
  ]
3650
3685
  },
3651
3686
  "kind": "class",
3652
3687
  "locationInModule": {
3653
- "filename": "src/azure-eventhub/lib/cluster.ts",
3654
- "line": 24
3688
+ "filename": "src/azure-eventhub/lib/eventhubcluster.ts",
3689
+ "line": 28
3655
3690
  },
3656
3691
  "name": "Cluster",
3657
3692
  "namespace": "azure_eventhub",
@@ -3662,12 +3697,12 @@
3662
3697
  },
3663
3698
  "immutable": true,
3664
3699
  "locationInModule": {
3665
- "filename": "src/azure-eventhub/lib/cluster.ts",
3666
- "line": 25
3700
+ "filename": "src/azure-eventhub/lib/eventhubcluster.ts",
3701
+ "line": 29
3667
3702
  },
3668
- "name": "ehClusterProps",
3703
+ "name": "props",
3669
3704
  "type": {
3670
- "fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps"
3705
+ "fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps"
3671
3706
  }
3672
3707
  },
3673
3708
  {
@@ -3675,8 +3710,8 @@
3675
3710
  "stability": "stable"
3676
3711
  },
3677
3712
  "locationInModule": {
3678
- "filename": "src/azure-eventhub/lib/cluster.ts",
3679
- "line": 26
3713
+ "filename": "src/azure-eventhub/lib/eventhubcluster.ts",
3714
+ "line": 30
3680
3715
  },
3681
3716
  "name": "id",
3682
3717
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -3689,8 +3724,8 @@
3689
3724
  "stability": "stable"
3690
3725
  },
3691
3726
  "locationInModule": {
3692
- "filename": "src/azure-eventhub/lib/cluster.ts",
3693
- "line": 27
3727
+ "filename": "src/azure-eventhub/lib/eventhubcluster.ts",
3728
+ "line": 31
3694
3729
  },
3695
3730
  "name": "resourceGroup",
3696
3731
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -3699,97 +3734,7 @@
3699
3734
  }
3700
3735
  }
3701
3736
  ],
3702
- "symbolId": "src/azure-eventhub/lib/cluster:Cluster"
3703
- },
3704
- "@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps": {
3705
- "assembly": "@microsoft/terraform-cdk-constructs",
3706
- "datatype": true,
3707
- "docs": {
3708
- "stability": "stable"
3709
- },
3710
- "fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.ClusterProps",
3711
- "kind": "interface",
3712
- "locationInModule": {
3713
- "filename": "src/azure-eventhub/lib/cluster.ts",
3714
- "line": 7
3715
- },
3716
- "name": "ClusterProps",
3717
- "namespace": "azure_eventhub",
3718
- "properties": [
3719
- {
3720
- "abstract": true,
3721
- "docs": {
3722
- "stability": "stable"
3723
- },
3724
- "immutable": true,
3725
- "locationInModule": {
3726
- "filename": "src/azure-eventhub/lib/cluster.ts",
3727
- "line": 12
3728
- },
3729
- "name": "name",
3730
- "type": {
3731
- "primitive": "string"
3732
- }
3733
- },
3734
- {
3735
- "abstract": true,
3736
- "docs": {
3737
- "stability": "stable",
3738
- "summary": "The name of the Resource Group in which to create the EventHub Cluster."
3739
- },
3740
- "immutable": true,
3741
- "locationInModule": {
3742
- "filename": "src/azure-eventhub/lib/cluster.ts",
3743
- "line": 11
3744
- },
3745
- "name": "resourceGroup",
3746
- "type": {
3747
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
3748
- }
3749
- },
3750
- {
3751
- "abstract": true,
3752
- "docs": {
3753
- "default": "\"Dedicated_1\"",
3754
- "remarks": "The only supported value at this time is Dedicated_1.",
3755
- "stability": "stable",
3756
- "summary": "The SKU name of the EventHub Cluster."
3757
- },
3758
- "immutable": true,
3759
- "locationInModule": {
3760
- "filename": "src/azure-eventhub/lib/cluster.ts",
3761
- "line": 17
3762
- },
3763
- "name": "skuName",
3764
- "optional": true,
3765
- "type": {
3766
- "primitive": "string"
3767
- }
3768
- },
3769
- {
3770
- "abstract": true,
3771
- "docs": {
3772
- "stability": "stable",
3773
- "summary": "The tags to assign to the Application Insights resource."
3774
- },
3775
- "immutable": true,
3776
- "locationInModule": {
3777
- "filename": "src/azure-eventhub/lib/cluster.ts",
3778
- "line": 21
3779
- },
3780
- "name": "tags",
3781
- "optional": true,
3782
- "type": {
3783
- "collection": {
3784
- "elementtype": {
3785
- "primitive": "string"
3786
- },
3787
- "kind": "map"
3788
- }
3789
- }
3790
- }
3791
- ],
3792
- "symbolId": "src/azure-eventhub/lib/cluster:ClusterProps"
3737
+ "symbolId": "src/azure-eventhub/lib/eventhubcluster:Cluster"
3793
3738
  },
3794
3739
  "@microsoft/terraform-cdk-constructs.azure_eventhub.ConsumerGroup": {
3795
3740
  "assembly": "@microsoft/terraform-cdk-constructs",
@@ -3976,6 +3921,99 @@
3976
3921
  ],
3977
3922
  "symbolId": "src/azure-eventhub/lib/consumer:ConsumerGroupProps"
3978
3923
  },
3924
+ "@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps": {
3925
+ "assembly": "@microsoft/terraform-cdk-constructs",
3926
+ "datatype": true,
3927
+ "docs": {
3928
+ "stability": "stable"
3929
+ },
3930
+ "fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.EventHubClusterProps",
3931
+ "kind": "interface",
3932
+ "locationInModule": {
3933
+ "filename": "src/azure-eventhub/lib/eventhubcluster.ts",
3934
+ "line": 7
3935
+ },
3936
+ "name": "EventHubClusterProps",
3937
+ "namespace": "azure_eventhub",
3938
+ "properties": [
3939
+ {
3940
+ "abstract": true,
3941
+ "docs": {
3942
+ "stability": "stable",
3943
+ "summary": "The name of the EventHub Cluster."
3944
+ },
3945
+ "immutable": true,
3946
+ "locationInModule": {
3947
+ "filename": "src/azure-eventhub/lib/eventhubcluster.ts",
3948
+ "line": 16
3949
+ },
3950
+ "name": "name",
3951
+ "type": {
3952
+ "primitive": "string"
3953
+ }
3954
+ },
3955
+ {
3956
+ "abstract": true,
3957
+ "docs": {
3958
+ "remarks": "If not provided, the Event Hub Cluster will be deployed in the default resource group.",
3959
+ "stability": "stable",
3960
+ "summary": "An optional reference to the resource group in which to deploy the Event Hub Cluster."
3961
+ },
3962
+ "immutable": true,
3963
+ "locationInModule": {
3964
+ "filename": "src/azure-eventhub/lib/eventhubcluster.ts",
3965
+ "line": 12
3966
+ },
3967
+ "name": "resourceGroup",
3968
+ "optional": true,
3969
+ "type": {
3970
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
3971
+ }
3972
+ },
3973
+ {
3974
+ "abstract": true,
3975
+ "docs": {
3976
+ "default": "\"Dedicated_1\"",
3977
+ "remarks": "The only supported value at this time is Dedicated_1.",
3978
+ "stability": "stable",
3979
+ "summary": "The SKU name of the EventHub Cluster."
3980
+ },
3981
+ "immutable": true,
3982
+ "locationInModule": {
3983
+ "filename": "src/azure-eventhub/lib/eventhubcluster.ts",
3984
+ "line": 21
3985
+ },
3986
+ "name": "skuName",
3987
+ "optional": true,
3988
+ "type": {
3989
+ "primitive": "string"
3990
+ }
3991
+ },
3992
+ {
3993
+ "abstract": true,
3994
+ "docs": {
3995
+ "stability": "stable",
3996
+ "summary": "The tags to assign to the Application Insights resource."
3997
+ },
3998
+ "immutable": true,
3999
+ "locationInModule": {
4000
+ "filename": "src/azure-eventhub/lib/eventhubcluster.ts",
4001
+ "line": 25
4002
+ },
4003
+ "name": "tags",
4004
+ "optional": true,
4005
+ "type": {
4006
+ "collection": {
4007
+ "elementtype": {
4008
+ "primitive": "string"
4009
+ },
4010
+ "kind": "map"
4011
+ }
4012
+ }
4013
+ }
4014
+ ],
4015
+ "symbolId": "src/azure-eventhub/lib/eventhubcluster:EventHubClusterProps"
4016
+ },
3979
4017
  "@microsoft/terraform-cdk-constructs.azure_eventhub.Instance": {
3980
4018
  "assembly": "@microsoft/terraform-cdk-constructs",
3981
4019
  "base": "constructs.Construct",
@@ -4366,7 +4404,7 @@
4366
4404
  },
4367
4405
  "locationInModule": {
4368
4406
  "filename": "src/azure-eventhub/lib/namespace.ts",
4369
- "line": 126
4407
+ "line": 127
4370
4408
  },
4371
4409
  "parameters": [
4372
4410
  {
@@ -4388,11 +4426,7 @@
4388
4426
  }
4389
4427
  },
4390
4428
  {
4391
- "docs": {
4392
- "remarks": "These properties include:\n- `resourceGroup`: Required. The Azure Resource Group in which the namespace will be created.\n- `name`: Required. The name of the Event Hub Namespace to create.\n- `sku`: Optional. The SKU tier of the namespace (Basic, Standard, Premium). Defaults to \"Basic\".\n- `capacity`: Optional. Specifies the throughput units for a Standard SKU namespace. Defaults to 2.\n- `autoInflateEnabled`: Optional. Enables or disables Auto Inflate. Defaults to false.\n- `maximumThroughputUnits`: Optional. The maximum number of throughput units when Auto Inflate is enabled. Defaults to 2.\n- `zoneRedundant`: Optional. Specifies if the namespace should be zone redundant. Defaults to true.\n- `tags`: Optional. Tags for resource management and categorization.\n- `minimumTlsVersion`: Optional. Specifies the minimum supported TLS version. Defaults to \"1.2\".\n- `publicNetworkAccessEnabled`: Optional. Specifies if public network access is enabled. Defaults to true.\n- `localAuthenticationEnabled`: Optional. Specifies if SAS authentication is enabled. Defaults to false.\n- `identityType`: Optional. The type of Managed Service Identity. Defaults to \"SystemAssigned\".\n- `identityIds`: Optional. A list of User Assigned Managed Identity IDs.\n\nExample usage:\n```typescript\nconst eventHubNamespace = new Namespace(this, 'myNamespace', {\nresourceGroup: resourceGroup,\nname: 'myEventHubNamespace',\nsku: 'Standard',\ncapacity: 4,\nautoInflateEnabled: true,\nmaximumThroughputUnits: 10,\nzoneRedundant: false,\ntags: {\ndepartment: 'IT'\n},\nminimumTlsVersion: '1.2',\npublicNetworkAccessEnabled: false,\nlocalAuthenticationEnabled: true,\nidentityType: 'SystemAssigned'\n});\n```",
4393
- "summary": "- The properties for configuring the Event Hub Namespace."
4394
- },
4395
- "name": "ehNamespaceProps",
4429
+ "name": "props",
4396
4430
  "type": {
4397
4431
  "fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps"
4398
4432
  }
@@ -4402,7 +4436,7 @@
4402
4436
  "kind": "class",
4403
4437
  "locationInModule": {
4404
4438
  "filename": "src/azure-eventhub/lib/namespace.ts",
4405
- "line": 76
4439
+ "line": 77
4406
4440
  },
4407
4441
  "methods": [
4408
4442
  {
@@ -4417,7 +4451,7 @@
4417
4451
  },
4418
4452
  "locationInModule": {
4419
4453
  "filename": "src/azure-eventhub/lib/namespace.ts",
4420
- "line": 207
4454
+ "line": 200
4421
4455
  },
4422
4456
  "name": "addEventhubInstance",
4423
4457
  "parameters": [
@@ -4449,11 +4483,11 @@
4449
4483
  "immutable": true,
4450
4484
  "locationInModule": {
4451
4485
  "filename": "src/azure-eventhub/lib/namespace.ts",
4452
- "line": 77
4486
+ "line": 81
4453
4487
  },
4454
- "name": "ehNamespaceProps",
4488
+ "name": "name",
4455
4489
  "type": {
4456
- "fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps"
4490
+ "primitive": "string"
4457
4491
  }
4458
4492
  },
4459
4493
  {
@@ -4463,11 +4497,11 @@
4463
4497
  "immutable": true,
4464
4498
  "locationInModule": {
4465
4499
  "filename": "src/azure-eventhub/lib/namespace.ts",
4466
- "line": 80
4500
+ "line": 78
4467
4501
  },
4468
- "name": "namespaceName",
4502
+ "name": "props",
4469
4503
  "type": {
4470
- "primitive": "string"
4504
+ "fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps"
4471
4505
  }
4472
4506
  },
4473
4507
  {
@@ -4476,7 +4510,7 @@
4476
4510
  },
4477
4511
  "locationInModule": {
4478
4512
  "filename": "src/azure-eventhub/lib/namespace.ts",
4479
- "line": 79
4513
+ "line": 80
4480
4514
  },
4481
4515
  "name": "id",
4482
4516
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -4490,7 +4524,7 @@
4490
4524
  },
4491
4525
  "locationInModule": {
4492
4526
  "filename": "src/azure-eventhub/lib/namespace.ts",
4493
- "line": 78
4527
+ "line": 79
4494
4528
  },
4495
4529
  "name": "resourceGroup",
4496
4530
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -4525,29 +4559,13 @@
4525
4559
  "immutable": true,
4526
4560
  "locationInModule": {
4527
4561
  "filename": "src/azure-eventhub/lib/namespace.ts",
4528
- "line": 16
4562
+ "line": 17
4529
4563
  },
4530
4564
  "name": "name",
4531
4565
  "type": {
4532
4566
  "primitive": "string"
4533
4567
  }
4534
4568
  },
4535
- {
4536
- "abstract": true,
4537
- "docs": {
4538
- "stability": "stable",
4539
- "summary": "The Azure Resource Group in which to create the EventHub Namespace."
4540
- },
4541
- "immutable": true,
4542
- "locationInModule": {
4543
- "filename": "src/azure-eventhub/lib/namespace.ts",
4544
- "line": 12
4545
- },
4546
- "name": "resourceGroup",
4547
- "type": {
4548
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
4549
- }
4550
- },
4551
4569
  {
4552
4570
  "abstract": true,
4553
4571
  "docs": {
@@ -4558,7 +4576,7 @@
4558
4576
  "immutable": true,
4559
4577
  "locationInModule": {
4560
4578
  "filename": "src/azure-eventhub/lib/namespace.ts",
4561
- "line": 31
4579
+ "line": 32
4562
4580
  },
4563
4581
  "name": "autoInflateEnabled",
4564
4582
  "optional": true,
@@ -4576,7 +4594,7 @@
4576
4594
  "immutable": true,
4577
4595
  "locationInModule": {
4578
4596
  "filename": "src/azure-eventhub/lib/namespace.ts",
4579
- "line": 26
4597
+ "line": 27
4580
4598
  },
4581
4599
  "name": "capacity",
4582
4600
  "optional": true,
@@ -4593,7 +4611,7 @@
4593
4611
  "immutable": true,
4594
4612
  "locationInModule": {
4595
4613
  "filename": "src/azure-eventhub/lib/namespace.ts",
4596
- "line": 69
4614
+ "line": 70
4597
4615
  },
4598
4616
  "name": "identityIds",
4599
4617
  "optional": true,
@@ -4617,7 +4635,7 @@
4617
4635
  "immutable": true,
4618
4636
  "locationInModule": {
4619
4637
  "filename": "src/azure-eventhub/lib/namespace.ts",
4620
- "line": 65
4638
+ "line": 66
4621
4639
  },
4622
4640
  "name": "identityType",
4623
4641
  "optional": true,
@@ -4636,7 +4654,7 @@
4636
4654
  "immutable": true,
4637
4655
  "locationInModule": {
4638
4656
  "filename": "src/azure-eventhub/lib/namespace.ts",
4639
- "line": 60
4657
+ "line": 61
4640
4658
  },
4641
4659
  "name": "localAuthenticationEnabled",
4642
4660
  "optional": true,
@@ -4655,7 +4673,7 @@
4655
4673
  "immutable": true,
4656
4674
  "locationInModule": {
4657
4675
  "filename": "src/azure-eventhub/lib/namespace.ts",
4658
- "line": 36
4676
+ "line": 37
4659
4677
  },
4660
4678
  "name": "maximumThroughputUnits",
4661
4679
  "optional": true,
@@ -4674,7 +4692,7 @@
4674
4692
  "immutable": true,
4675
4693
  "locationInModule": {
4676
4694
  "filename": "src/azure-eventhub/lib/namespace.ts",
4677
- "line": 50
4695
+ "line": 51
4678
4696
  },
4679
4697
  "name": "minimumTlsVersion",
4680
4698
  "optional": true,
@@ -4692,7 +4710,7 @@
4692
4710
  "immutable": true,
4693
4711
  "locationInModule": {
4694
4712
  "filename": "src/azure-eventhub/lib/namespace.ts",
4695
- "line": 55
4713
+ "line": 56
4696
4714
  },
4697
4715
  "name": "publicNetworkAccessEnabled",
4698
4716
  "optional": true,
@@ -4700,6 +4718,24 @@
4700
4718
  "primitive": "boolean"
4701
4719
  }
4702
4720
  },
4721
+ {
4722
+ "abstract": true,
4723
+ "docs": {
4724
+ "remarks": "If not provided, the Event Hub Cluster will be deployed in the default resource group.",
4725
+ "stability": "stable",
4726
+ "summary": "An optional reference to the resource group in which to deploy the Event Hub Cluster."
4727
+ },
4728
+ "immutable": true,
4729
+ "locationInModule": {
4730
+ "filename": "src/azure-eventhub/lib/namespace.ts",
4731
+ "line": 13
4732
+ },
4733
+ "name": "resourceGroup",
4734
+ "optional": true,
4735
+ "type": {
4736
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
4737
+ }
4738
+ },
4703
4739
  {
4704
4740
  "abstract": true,
4705
4741
  "docs": {
@@ -4711,7 +4747,7 @@
4711
4747
  "immutable": true,
4712
4748
  "locationInModule": {
4713
4749
  "filename": "src/azure-eventhub/lib/namespace.ts",
4714
- "line": 21
4750
+ "line": 22
4715
4751
  },
4716
4752
  "name": "sku",
4717
4753
  "optional": true,
@@ -4728,7 +4764,7 @@
4728
4764
  "immutable": true,
4729
4765
  "locationInModule": {
4730
4766
  "filename": "src/azure-eventhub/lib/namespace.ts",
4731
- "line": 45
4767
+ "line": 46
4732
4768
  },
4733
4769
  "name": "tags",
4734
4770
  "optional": true,
@@ -4751,7 +4787,7 @@
4751
4787
  "immutable": true,
4752
4788
  "locationInModule": {
4753
4789
  "filename": "src/azure-eventhub/lib/namespace.ts",
4754
- "line": 41
4790
+ "line": 42
4755
4791
  },
4756
4792
  "name": "zoneRedundant",
4757
4793
  "optional": true,
@@ -5907,7 +5943,7 @@
5907
5943
  "kind": "interface",
5908
5944
  "locationInModule": {
5909
5945
  "filename": "src/azure-keyvault/lib/vault.ts",
5910
- "line": 69
5946
+ "line": 70
5911
5947
  },
5912
5948
  "name": "GrantCustomAccessOptions",
5913
5949
  "namespace": "azure_keyvault",
@@ -5922,7 +5958,7 @@
5922
5958
  "immutable": true,
5923
5959
  "locationInModule": {
5924
5960
  "filename": "src/azure-keyvault/lib/vault.ts",
5925
- "line": 80
5961
+ "line": 81
5926
5962
  },
5927
5963
  "name": "certificatePermissions",
5928
5964
  "optional": true,
@@ -5945,7 +5981,7 @@
5945
5981
  "immutable": true,
5946
5982
  "locationInModule": {
5947
5983
  "filename": "src/azure-keyvault/lib/vault.ts",
5948
- "line": 86
5984
+ "line": 87
5949
5985
  },
5950
5986
  "name": "keyPermissions",
5951
5987
  "optional": true,
@@ -5968,7 +6004,7 @@
5968
6004
  "immutable": true,
5969
6005
  "locationInModule": {
5970
6006
  "filename": "src/azure-keyvault/lib/vault.ts",
5971
- "line": 74
6007
+ "line": 75
5972
6008
  },
5973
6009
  "name": "secretPermissions",
5974
6010
  "optional": true,
@@ -5991,7 +6027,7 @@
5991
6027
  "immutable": true,
5992
6028
  "locationInModule": {
5993
6029
  "filename": "src/azure-keyvault/lib/vault.ts",
5994
- "line": 92
6030
+ "line": 93
5995
6031
  },
5996
6032
  "name": "storagePermissions",
5997
6033
  "optional": true,
@@ -6715,7 +6751,7 @@
6715
6751
  },
6716
6752
  "locationInModule": {
6717
6753
  "filename": "src/azure-keyvault/lib/vault.ts",
6718
- "line": 128
6754
+ "line": 129
6719
6755
  },
6720
6756
  "parameters": [
6721
6757
  {
@@ -6751,7 +6787,7 @@
6751
6787
  "kind": "class",
6752
6788
  "locationInModule": {
6753
6789
  "filename": "src/azure-keyvault/lib/vault.ts",
6754
- "line": 95
6790
+ "line": 96
6755
6791
  },
6756
6792
  "methods": [
6757
6793
  {
@@ -6762,7 +6798,7 @@
6762
6798
  },
6763
6799
  "locationInModule": {
6764
6800
  "filename": "src/azure-keyvault/lib/vault.ts",
6765
- "line": 555
6801
+ "line": 556
6766
6802
  },
6767
6803
  "name": "addCertIssuer",
6768
6804
  "parameters": [
@@ -6796,7 +6832,7 @@
6796
6832
  },
6797
6833
  "locationInModule": {
6798
6834
  "filename": "src/azure-keyvault/lib/vault.ts",
6799
- "line": 465
6835
+ "line": 466
6800
6836
  },
6801
6837
  "name": "addKey",
6802
6838
  "parameters": [
@@ -6869,7 +6905,7 @@
6869
6905
  },
6870
6906
  "locationInModule": {
6871
6907
  "filename": "src/azure-keyvault/lib/vault.ts",
6872
- "line": 418
6908
+ "line": 419
6873
6909
  },
6874
6910
  "name": "addRSAKey",
6875
6911
  "parameters": [
@@ -6908,7 +6944,7 @@
6908
6944
  },
6909
6945
  "locationInModule": {
6910
6946
  "filename": "src/azure-keyvault/lib/vault.ts",
6911
- "line": 378
6947
+ "line": 379
6912
6948
  },
6913
6949
  "name": "addSecret",
6914
6950
  "parameters": [
@@ -6963,7 +6999,7 @@
6963
6999
  },
6964
7000
  "locationInModule": {
6965
7001
  "filename": "src/azure-keyvault/lib/vault.ts",
6966
- "line": 514
7002
+ "line": 515
6967
7003
  },
6968
7004
  "name": "addSelfSignedCert",
6969
7005
  "parameters": [
@@ -7036,7 +7072,7 @@
7036
7072
  },
7037
7073
  "locationInModule": {
7038
7074
  "filename": "src/azure-keyvault/lib/vault.ts",
7039
- "line": 232
7075
+ "line": 233
7040
7076
  },
7041
7077
  "name": "grantCertAdminAccess",
7042
7078
  "parameters": [
@@ -7058,7 +7094,7 @@
7058
7094
  },
7059
7095
  "locationInModule": {
7060
7096
  "filename": "src/azure-keyvault/lib/vault.ts",
7061
- "line": 261
7097
+ "line": 262
7062
7098
  },
7063
7099
  "name": "grantCertReaderAccess",
7064
7100
  "parameters": [
@@ -7080,7 +7116,7 @@
7080
7116
  },
7081
7117
  "locationInModule": {
7082
7118
  "filename": "src/azure-keyvault/lib/vault.ts",
7083
- "line": 333
7119
+ "line": 334
7084
7120
  },
7085
7121
  "name": "grantCustomAccess",
7086
7122
  "parameters": [
@@ -7111,7 +7147,7 @@
7111
7147
  },
7112
7148
  "locationInModule": {
7113
7149
  "filename": "src/azure-keyvault/lib/vault.ts",
7114
- "line": 282
7150
+ "line": 283
7115
7151
  },
7116
7152
  "name": "grantKeyAdminAccess",
7117
7153
  "parameters": [
@@ -7133,7 +7169,7 @@
7133
7169
  },
7134
7170
  "locationInModule": {
7135
7171
  "filename": "src/azure-keyvault/lib/vault.ts",
7136
- "line": 311
7172
+ "line": 312
7137
7173
  },
7138
7174
  "name": "grantKeyReaderAccess",
7139
7175
  "parameters": [
@@ -7155,7 +7191,7 @@
7155
7191
  },
7156
7192
  "locationInModule": {
7157
7193
  "filename": "src/azure-keyvault/lib/vault.ts",
7158
- "line": 203
7194
+ "line": 204
7159
7195
  },
7160
7196
  "name": "grantSecretAdminAccess",
7161
7197
  "parameters": [
@@ -7177,7 +7213,7 @@
7177
7213
  },
7178
7214
  "locationInModule": {
7179
7215
  "filename": "src/azure-keyvault/lib/vault.ts",
7180
- "line": 182
7216
+ "line": 183
7181
7217
  },
7182
7218
  "name": "grantSecretReaderAccess",
7183
7219
  "parameters": [
@@ -7203,7 +7239,7 @@
7203
7239
  "immutable": true,
7204
7240
  "locationInModule": {
7205
7241
  "filename": "src/azure-keyvault/lib/vault.ts",
7206
- "line": 96
7242
+ "line": 97
7207
7243
  },
7208
7244
  "name": "props",
7209
7245
  "type": {
@@ -7216,7 +7252,7 @@
7216
7252
  },
7217
7253
  "locationInModule": {
7218
7254
  "filename": "src/azure-keyvault/lib/vault.ts",
7219
- "line": 99
7255
+ "line": 100
7220
7256
  },
7221
7257
  "name": "id",
7222
7258
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -7230,7 +7266,7 @@
7230
7266
  },
7231
7267
  "locationInModule": {
7232
7268
  "filename": "src/azure-keyvault/lib/vault.ts",
7233
- "line": 97
7269
+ "line": 98
7234
7270
  },
7235
7271
  "name": "keyVault",
7236
7272
  "type": {
@@ -7243,7 +7279,7 @@
7243
7279
  },
7244
7280
  "locationInModule": {
7245
7281
  "filename": "src/azure-keyvault/lib/vault.ts",
7246
- "line": 98
7282
+ "line": 99
7247
7283
  },
7248
7284
  "name": "resourceGroup",
7249
7285
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -7304,69 +7340,71 @@
7304
7340
  {
7305
7341
  "abstract": true,
7306
7342
  "docs": {
7343
+ "remarks": "Possible values are standard and premium.",
7307
7344
  "stability": "stable",
7308
- "summary": "The name of the Azure Resource Group."
7345
+ "summary": "The Name of the SKU used for this Key Vault."
7309
7346
  },
7310
7347
  "immutable": true,
7311
7348
  "locationInModule": {
7312
7349
  "filename": "src/azure-keyvault/lib/vault.ts",
7313
- "line": 33
7350
+ "line": 46
7314
7351
  },
7315
- "name": "resourceGroup",
7352
+ "name": "tenantId",
7316
7353
  "type": {
7317
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
7354
+ "primitive": "string"
7318
7355
  }
7319
7356
  },
7320
7357
  {
7321
7358
  "abstract": true,
7322
7359
  "docs": {
7323
- "remarks": "Possible values are standard and premium.",
7324
7360
  "stability": "stable",
7325
- "summary": "The Name of the SKU used for this Key Vault."
7361
+ "summary": "The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault."
7326
7362
  },
7327
7363
  "immutable": true,
7328
7364
  "locationInModule": {
7329
7365
  "filename": "src/azure-keyvault/lib/vault.ts",
7330
- "line": 45
7366
+ "line": 50
7331
7367
  },
7332
- "name": "tenantId",
7368
+ "name": "networkAcls",
7369
+ "optional": true,
7333
7370
  "type": {
7334
- "primitive": "string"
7371
+ "fqn": "@cdktf/provider-azurerm.keyVault.KeyVaultNetworkAcls"
7335
7372
  }
7336
7373
  },
7337
7374
  {
7338
7375
  "abstract": true,
7339
7376
  "docs": {
7377
+ "remarks": "The key is the IP or IP range in CIDR notation.\nThe value is a description of that IP range.",
7340
7378
  "stability": "stable",
7341
- "summary": "The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault."
7379
+ "summary": "A map of IP network ACL rules."
7342
7380
  },
7343
7381
  "immutable": true,
7344
7382
  "locationInModule": {
7345
7383
  "filename": "src/azure-keyvault/lib/vault.ts",
7346
- "line": 49
7384
+ "line": 55
7347
7385
  },
7348
- "name": "networkAcls",
7386
+ "name": "purgeProtection",
7349
7387
  "optional": true,
7350
7388
  "type": {
7351
- "fqn": "@cdktf/provider-azurerm.keyVault.KeyVaultNetworkAcls"
7389
+ "primitive": "boolean"
7352
7390
  }
7353
7391
  },
7354
7392
  {
7355
7393
  "abstract": true,
7356
7394
  "docs": {
7357
- "remarks": "The key is the IP or IP range in CIDR notation.\nThe value is a description of that IP range.",
7395
+ "remarks": "If not provided, the Key Vault will be deployed in the default resource group.",
7358
7396
  "stability": "stable",
7359
- "summary": "A map of IP network ACL rules."
7397
+ "summary": "An optional reference to the resource group in which to deploy the Key Vault."
7360
7398
  },
7361
7399
  "immutable": true,
7362
7400
  "locationInModule": {
7363
7401
  "filename": "src/azure-keyvault/lib/vault.ts",
7364
- "line": 54
7402
+ "line": 34
7365
7403
  },
7366
- "name": "purgeProtection",
7404
+ "name": "resourceGroup",
7367
7405
  "optional": true,
7368
7406
  "type": {
7369
- "primitive": "boolean"
7407
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
7370
7408
  }
7371
7409
  },
7372
7410
  {
@@ -7378,7 +7416,7 @@
7378
7416
  "immutable": true,
7379
7417
  "locationInModule": {
7380
7418
  "filename": "src/azure-keyvault/lib/vault.ts",
7381
- "line": 41
7419
+ "line": 42
7382
7420
  },
7383
7421
  "name": "sku",
7384
7422
  "optional": true,
@@ -7396,7 +7434,7 @@
7396
7434
  "immutable": true,
7397
7435
  "locationInModule": {
7398
7436
  "filename": "src/azure-keyvault/lib/vault.ts",
7399
- "line": 60
7437
+ "line": 61
7400
7438
  },
7401
7439
  "name": "softDeleteRetentionDays",
7402
7440
  "optional": true,
@@ -7413,7 +7451,7 @@
7413
7451
  "immutable": true,
7414
7452
  "locationInModule": {
7415
7453
  "filename": "src/azure-keyvault/lib/vault.ts",
7416
- "line": 37
7454
+ "line": 38
7417
7455
  },
7418
7456
  "name": "tags",
7419
7457
  "optional": true,
@@ -7702,7 +7740,7 @@
7702
7740
  },
7703
7741
  "locationInModule": {
7704
7742
  "filename": "src/azure-kusto/lib/cluster.ts",
7705
- "line": 111
7743
+ "line": 112
7706
7744
  },
7707
7745
  "parameters": [
7708
7746
  {
@@ -7728,7 +7766,7 @@
7728
7766
  "remarks": "Example usage:\n```typescript\nnew Cluster(this, 'MyKustoCluster', {\nname: 'example-cluster',\nlocation: 'West US',\nresourceGroup: myResourceGroup,\nsku: { tier: 'Standard', name: 'D13_v2', capacity: 2 },\ntags: {\nproject: 'Data Analytics'\n}\n});\n```",
7729
7767
  "summary": "- The properties required to configure the Kusto cluster, as defined in the ClusterProps interface."
7730
7768
  },
7731
- "name": "kustoProps",
7769
+ "name": "props",
7732
7770
  "type": {
7733
7771
  "fqn": "@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps"
7734
7772
  }
@@ -7738,7 +7776,7 @@
7738
7776
  "kind": "class",
7739
7777
  "locationInModule": {
7740
7778
  "filename": "src/azure-kusto/lib/cluster.ts",
7741
- "line": 81
7779
+ "line": 82
7742
7780
  },
7743
7781
  "methods": [
7744
7782
  {
@@ -7750,7 +7788,7 @@
7750
7788
  },
7751
7789
  "locationInModule": {
7752
7790
  "filename": "src/azure-kusto/lib/cluster.ts",
7753
- "line": 239
7791
+ "line": 241
7754
7792
  },
7755
7793
  "name": "addDatabase",
7756
7794
  "parameters": [
@@ -7782,9 +7820,9 @@
7782
7820
  "immutable": true,
7783
7821
  "locationInModule": {
7784
7822
  "filename": "src/azure-kusto/lib/cluster.ts",
7785
- "line": 82
7823
+ "line": 83
7786
7824
  },
7787
- "name": "kustoProps",
7825
+ "name": "props",
7788
7826
  "type": {
7789
7827
  "fqn": "@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps"
7790
7828
  }
@@ -7796,7 +7834,7 @@
7796
7834
  "immutable": true,
7797
7835
  "locationInModule": {
7798
7836
  "filename": "src/azure-kusto/lib/cluster.ts",
7799
- "line": 85
7837
+ "line": 86
7800
7838
  },
7801
7839
  "name": "uri",
7802
7840
  "type": {
@@ -7809,7 +7847,7 @@
7809
7847
  },
7810
7848
  "locationInModule": {
7811
7849
  "filename": "src/azure-kusto/lib/cluster.ts",
7812
- "line": 83
7850
+ "line": 84
7813
7851
  },
7814
7852
  "name": "id",
7815
7853
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -7823,7 +7861,7 @@
7823
7861
  },
7824
7862
  "locationInModule": {
7825
7863
  "filename": "src/azure-kusto/lib/cluster.ts",
7826
- "line": 84
7864
+ "line": 85
7827
7865
  },
7828
7866
  "name": "resourceGroup",
7829
7867
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -7859,29 +7897,13 @@
7859
7897
  "immutable": true,
7860
7898
  "locationInModule": {
7861
7899
  "filename": "src/azure-kusto/lib/cluster.ts",
7862
- "line": 21
7900
+ "line": 22
7863
7901
  },
7864
7902
  "name": "name",
7865
7903
  "type": {
7866
7904
  "primitive": "string"
7867
7905
  }
7868
7906
  },
7869
- {
7870
- "abstract": true,
7871
- "docs": {
7872
- "stability": "stable",
7873
- "summary": "The Azure Resource Group in which to create the Kusto Cluster."
7874
- },
7875
- "immutable": true,
7876
- "locationInModule": {
7877
- "filename": "src/azure-kusto/lib/cluster.ts",
7878
- "line": 16
7879
- },
7880
- "name": "resourceGroup",
7881
- "type": {
7882
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
7883
- }
7884
- },
7885
7907
  {
7886
7908
  "abstract": true,
7887
7909
  "docs": {
@@ -7893,7 +7915,7 @@
7893
7915
  "immutable": true,
7894
7916
  "locationInModule": {
7895
7917
  "filename": "src/azure-kusto/lib/cluster.ts",
7896
- "line": 51
7918
+ "line": 52
7897
7919
  },
7898
7920
  "name": "autoStopEnabled",
7899
7921
  "optional": true,
@@ -7911,7 +7933,7 @@
7911
7933
  "immutable": true,
7912
7934
  "locationInModule": {
7913
7935
  "filename": "src/azure-kusto/lib/cluster.ts",
7914
- "line": 31
7936
+ "line": 32
7915
7937
  },
7916
7938
  "name": "capacity",
7917
7939
  "optional": true,
@@ -7930,7 +7952,7 @@
7930
7952
  "immutable": true,
7931
7953
  "locationInModule": {
7932
7954
  "filename": "src/azure-kusto/lib/cluster.ts",
7933
- "line": 66
7955
+ "line": 67
7934
7956
  },
7935
7957
  "name": "enableZones",
7936
7958
  "optional": true,
@@ -7947,7 +7969,7 @@
7947
7969
  "immutable": true,
7948
7970
  "locationInModule": {
7949
7971
  "filename": "src/azure-kusto/lib/cluster.ts",
7950
- "line": 40
7972
+ "line": 41
7951
7973
  },
7952
7974
  "name": "identityIds",
7953
7975
  "optional": true,
@@ -7970,7 +7992,7 @@
7970
7992
  "immutable": true,
7971
7993
  "locationInModule": {
7972
7994
  "filename": "src/azure-kusto/lib/cluster.ts",
7973
- "line": 36
7995
+ "line": 37
7974
7996
  },
7975
7997
  "name": "identityType",
7976
7998
  "optional": true,
@@ -7988,7 +8010,7 @@
7988
8010
  "immutable": true,
7989
8011
  "locationInModule": {
7990
8012
  "filename": "src/azure-kusto/lib/cluster.ts",
7991
- "line": 74
8013
+ "line": 75
7992
8014
  },
7993
8015
  "name": "maximumInstances",
7994
8016
  "optional": true,
@@ -8006,7 +8028,7 @@
8006
8028
  "immutable": true,
8007
8029
  "locationInModule": {
8008
8030
  "filename": "src/azure-kusto/lib/cluster.ts",
8009
- "line": 70
8031
+ "line": 71
8010
8032
  },
8011
8033
  "name": "minimumInstances",
8012
8034
  "optional": true,
@@ -8024,7 +8046,7 @@
8024
8046
  "immutable": true,
8025
8047
  "locationInModule": {
8026
8048
  "filename": "src/azure-kusto/lib/cluster.ts",
8027
- "line": 45
8049
+ "line": 46
8028
8050
  },
8029
8051
  "name": "publicNetworkAccessEnabled",
8030
8052
  "optional": true,
@@ -8042,7 +8064,7 @@
8042
8064
  "immutable": true,
8043
8065
  "locationInModule": {
8044
8066
  "filename": "src/azure-kusto/lib/cluster.ts",
8045
- "line": 61
8067
+ "line": 62
8046
8068
  },
8047
8069
  "name": "purgeEnabled",
8048
8070
  "optional": true,
@@ -8050,6 +8072,24 @@
8050
8072
  "primitive": "boolean"
8051
8073
  }
8052
8074
  },
8075
+ {
8076
+ "abstract": true,
8077
+ "docs": {
8078
+ "remarks": "If not provided, the Kusto Cluster will be deployed in the default resource group.",
8079
+ "stability": "stable",
8080
+ "summary": "An optional reference to the resource group in which to deploy the Kusto Cluster."
8081
+ },
8082
+ "immutable": true,
8083
+ "locationInModule": {
8084
+ "filename": "src/azure-kusto/lib/cluster.ts",
8085
+ "line": 17
8086
+ },
8087
+ "name": "resourceGroup",
8088
+ "optional": true,
8089
+ "type": {
8090
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
8091
+ }
8092
+ },
8053
8093
  {
8054
8094
  "abstract": true,
8055
8095
  "docs": {
@@ -8061,7 +8101,7 @@
8061
8101
  "immutable": true,
8062
8102
  "locationInModule": {
8063
8103
  "filename": "src/azure-kusto/lib/cluster.ts",
8064
- "line": 26
8104
+ "line": 27
8065
8105
  },
8066
8106
  "name": "sku",
8067
8107
  "optional": true,
@@ -8079,7 +8119,7 @@
8079
8119
  "immutable": true,
8080
8120
  "locationInModule": {
8081
8121
  "filename": "src/azure-kusto/lib/cluster.ts",
8082
- "line": 56
8122
+ "line": 57
8083
8123
  },
8084
8124
  "name": "streamingIngestionEnabled",
8085
8125
  "optional": true,
@@ -8096,7 +8136,7 @@
8096
8136
  "immutable": true,
8097
8137
  "locationInModule": {
8098
8138
  "filename": "src/azure-kusto/lib/cluster.ts",
8099
- "line": 78
8139
+ "line": 79
8100
8140
  },
8101
8141
  "name": "tags",
8102
8142
  "optional": true,
@@ -9830,7 +9870,7 @@
9830
9870
  },
9831
9871
  "locationInModule": {
9832
9872
  "filename": "src/azure-loganalytics/lib/workspace.ts",
9833
- "line": 180
9873
+ "line": 181
9834
9874
  },
9835
9875
  "parameters": [
9836
9876
  {
@@ -9853,7 +9893,7 @@
9853
9893
  },
9854
9894
  {
9855
9895
  "docs": {
9856
- "remarks": "These include:\n - `location`: The Azure region where the workspace will be deployed.\n - `name`: The name of the workspace, which must be globally unique.\n - `resourceGroup`: The Azure Resource Group under which the workspace is deployed.\n - `sku`: Optional. The SKU of the workspace, affecting pricing and features.\n - `retention`: Optional. The number of days data will be retained in the workspace.\n - `tags`: Optional. Tags to assign to the workspace for organizational purposes.\n - `dataExport`: Optional. Configurations for exporting data to other Azure resources.\n - `functions`: Optional. Custom functions defined within the workspace for query operations.\n - `queries`: Optional. Saved queries that can be used for data analysis or visualizations.\n\nExample usage:\n```typescript\nnew Workspace(this, 'MyLogAnalyticsWorkspace', {\nlocation: 'East US',\nname: 'myWorkspace',\nresourceGroup: myResourceGroup,\nsku: 'PerGB2018',\nretention: 60,\ntags: { department: 'IT' },\nfunctions: [{\nname: 'ErrorCount',\ndisplayName: 'Error Count',\nquery: 'AzureActivity | summarize count() by bin(timestamp, 1h), type',\nfunctionAlias: 'error_count',\nfunctionParameters: 'timestamp, type'\n}],\nqueries: [{\nname: 'HighCPUUsage',\ncategory: 'Performance',\ndisplayName: 'High CPU Usage',\nquery: 'Perf | where CounterName == \"% Processor Time\" and CounterValue > 80'\n}]\n});\n```\nThis class sets up the workspace and applies configurations, providing a centralized environment for monitoring and analytics.",
9896
+ "remarks": "These include:\n - `location`: The Azure region where the workspace will be deployed.\n - `name`: The name of the workspace, which must be globally unique.\n - `resourceGroup`: Optional. Reference to the resource group for deployment.\n - `sku`: Optional. The SKU of the workspace, affecting pricing and features.\n - `retention`: Optional. The number of days data will be retained in the workspace.\n - `tags`: Optional. Tags to assign to the workspace for organizational purposes.\n - `dataExport`: Optional. Configurations for exporting data to other Azure resources.\n - `functions`: Optional. Custom functions defined within the workspace for query operations.\n - `queries`: Optional. Saved queries that can be used for data analysis or visualizations.\n\nExample usage:\n```typescript\nnew Workspace(this, 'MyLogAnalyticsWorkspace', {\nlocation: 'East US',\nname: 'myWorkspace',\nresourceGroup: myResourceGroup,\nsku: 'PerGB2018',\nretention: 60,\ntags: { department: 'IT' },\nfunctions: [{\nname: 'ErrorCount',\ndisplayName: 'Error Count',\nquery: 'AzureActivity | summarize count() by bin(timestamp, 1h), type',\nfunctionAlias: 'error_count',\nfunctionParameters: 'timestamp, type'\n}],\nqueries: [{\nname: 'HighCPUUsage',\ncategory: 'Performance',\ndisplayName: 'High CPU Usage',\nquery: 'Perf | where CounterName == \"% Processor Time\" and CounterValue > 80'\n}]\n});\n```\nThis class sets up the workspace and applies configurations, providing a centralized environment for monitoring and analytics.",
9857
9897
  "summary": "- The properties required to configure the Log Analytics workspace, as defined in the WorkspaceProps interface."
9858
9898
  },
9859
9899
  "name": "props",
@@ -9866,7 +9906,7 @@
9866
9906
  "kind": "class",
9867
9907
  "locationInModule": {
9868
9908
  "filename": "src/azure-loganalytics/lib/workspace.ts",
9869
- "line": 128
9909
+ "line": 129
9870
9910
  },
9871
9911
  "name": "Workspace",
9872
9912
  "namespace": "azure_loganalytics",
@@ -9878,7 +9918,7 @@
9878
9918
  "immutable": true,
9879
9919
  "locationInModule": {
9880
9920
  "filename": "src/azure-loganalytics/lib/workspace.ts",
9881
- "line": 129
9921
+ "line": 130
9882
9922
  },
9883
9923
  "name": "props",
9884
9924
  "type": {
@@ -9891,7 +9931,7 @@
9891
9931
  },
9892
9932
  "locationInModule": {
9893
9933
  "filename": "src/azure-loganalytics/lib/workspace.ts",
9894
- "line": 131
9934
+ "line": 132
9895
9935
  },
9896
9936
  "name": "id",
9897
9937
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -9905,7 +9945,7 @@
9905
9945
  },
9906
9946
  "locationInModule": {
9907
9947
  "filename": "src/azure-loganalytics/lib/workspace.ts",
9908
- "line": 130
9948
+ "line": 131
9909
9949
  },
9910
9950
  "name": "resourceGroup",
9911
9951
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -9963,22 +10003,6 @@
9963
10003
  "primitive": "string"
9964
10004
  }
9965
10005
  },
9966
- {
9967
- "abstract": true,
9968
- "docs": {
9969
- "stability": "stable",
9970
- "summary": "The name of the Azure Resource Group."
9971
- },
9972
- "immutable": true,
9973
- "locationInModule": {
9974
- "filename": "src/azure-loganalytics/lib/workspace.ts",
9975
- "line": 101
9976
- },
9977
- "name": "resourceGroup",
9978
- "type": {
9979
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
9980
- }
9981
- },
9982
10006
  {
9983
10007
  "abstract": true,
9984
10008
  "docs": {
@@ -9988,7 +10012,7 @@
9988
10012
  "immutable": true,
9989
10013
  "locationInModule": {
9990
10014
  "filename": "src/azure-loganalytics/lib/workspace.ts",
9991
- "line": 117
10015
+ "line": 118
9992
10016
  },
9993
10017
  "name": "dataExport",
9994
10018
  "optional": true,
@@ -10010,7 +10034,7 @@
10010
10034
  "immutable": true,
10011
10035
  "locationInModule": {
10012
10036
  "filename": "src/azure-loganalytics/lib/workspace.ts",
10013
- "line": 121
10037
+ "line": 122
10014
10038
  },
10015
10039
  "name": "functions",
10016
10040
  "optional": true,
@@ -10032,7 +10056,7 @@
10032
10056
  "immutable": true,
10033
10057
  "locationInModule": {
10034
10058
  "filename": "src/azure-loganalytics/lib/workspace.ts",
10035
- "line": 125
10059
+ "line": 126
10036
10060
  },
10037
10061
  "name": "queries",
10038
10062
  "optional": true,
@@ -10045,6 +10069,24 @@
10045
10069
  }
10046
10070
  }
10047
10071
  },
10072
+ {
10073
+ "abstract": true,
10074
+ "docs": {
10075
+ "remarks": "If not provided, the Workspace will be deployed in the default resource group.",
10076
+ "stability": "stable",
10077
+ "summary": "An optional reference to the resource group in which to deploy the Workspace."
10078
+ },
10079
+ "immutable": true,
10080
+ "locationInModule": {
10081
+ "filename": "src/azure-loganalytics/lib/workspace.ts",
10082
+ "line": 102
10083
+ },
10084
+ "name": "resourceGroup",
10085
+ "optional": true,
10086
+ "type": {
10087
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
10088
+ }
10089
+ },
10048
10090
  {
10049
10091
  "abstract": true,
10050
10092
  "docs": {
@@ -10055,7 +10097,7 @@
10055
10097
  "immutable": true,
10056
10098
  "locationInModule": {
10057
10099
  "filename": "src/azure-loganalytics/lib/workspace.ts",
10058
- "line": 109
10100
+ "line": 110
10059
10101
  },
10060
10102
  "name": "retention",
10061
10103
  "optional": true,
@@ -10072,7 +10114,7 @@
10072
10114
  "immutable": true,
10073
10115
  "locationInModule": {
10074
10116
  "filename": "src/azure-loganalytics/lib/workspace.ts",
10075
- "line": 105
10117
+ "line": 106
10076
10118
  },
10077
10119
  "name": "sku",
10078
10120
  "optional": true,
@@ -10089,7 +10131,7 @@
10089
10131
  "immutable": true,
10090
10132
  "locationInModule": {
10091
10133
  "filename": "src/azure-loganalytics/lib/workspace.ts",
10092
- "line": 113
10134
+ "line": 114
10093
10135
  },
10094
10136
  "name": "tags",
10095
10137
  "optional": true,
@@ -12015,7 +12057,7 @@
12015
12057
  },
12016
12058
  "locationInModule": {
12017
12059
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12018
- "line": 130
12060
+ "line": 131
12019
12061
  },
12020
12062
  "parameters": [
12021
12063
  {
@@ -12038,7 +12080,7 @@
12038
12080
  },
12039
12081
  {
12040
12082
  "docs": {
12041
- "remarks": "These include:\n - `resourceGroup`: The Azure Resource Group under which the NSG will be deployed.\n - `location`: The Azure region where the NSG will be created.\n - `name`: The name of the NSG, which must be unique within the resource group.\n - `rules`: A list of rules that define the security policies for traffic control.\n\nExample usage:\n```typescript\nnew SecurityGroup(this, 'MySecurityGroup', {\nresourceGroup: myResourceGroup,\nlocation: 'East US',\nname: 'myNsg',\nrules: [{\nname: 'AllowSSH',\npriority: 100,\ndirection: 'Inbound',\naccess: 'Allow',\nprotocol: 'Tcp',\nsourcePortRange: '*',\ndestinationPortRange: '22',\nsourceAddressPrefix: '*',\ndestinationAddressPrefix: '*'\n}]\n});\n```\nThis class initializes a Network Security Group with specified rules, handling network security management tasks efficiently.",
12083
+ "remarks": "These include:\n - `resourceGroup`: Optional. Reference to the resource group for deployment.\n - `location`: The Azure region where the NSG will be created.\n - `name`: The name of the NSG, which must be unique within the resource group.\n - `rules`: A list of rules that define the security policies for traffic control.\n\nExample usage:\n```typescript\nnew SecurityGroup(this, 'MySecurityGroup', {\nresourceGroup: myResourceGroup,\nlocation: 'East US',\nname: 'myNsg',\nrules: [{\nname: 'AllowSSH',\npriority: 100,\ndirection: 'Inbound',\naccess: 'Allow',\nprotocol: 'Tcp',\nsourcePortRange: '*',\ndestinationPortRange: '22',\nsourceAddressPrefix: '*',\ndestinationAddressPrefix: '*'\n}]\n});\n```\nThis class initializes a Network Security Group with specified rules, handling network security management tasks efficiently.",
12042
12084
  "summary": "- The properties required to configure the Network Security Group, as defined in the SecurityGroupProps interface."
12043
12085
  },
12044
12086
  "name": "props",
@@ -12051,7 +12093,7 @@
12051
12093
  "kind": "class",
12052
12094
  "locationInModule": {
12053
12095
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12054
- "line": 86
12096
+ "line": 87
12055
12097
  },
12056
12098
  "methods": [
12057
12099
  {
@@ -12062,7 +12104,7 @@
12062
12104
  },
12063
12105
  "locationInModule": {
12064
12106
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12065
- "line": 203
12107
+ "line": 204
12066
12108
  },
12067
12109
  "name": "associateToNetworkInterface",
12068
12110
  "parameters": [
@@ -12086,7 +12128,7 @@
12086
12128
  },
12087
12129
  "locationInModule": {
12088
12130
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12089
- "line": 180
12131
+ "line": 181
12090
12132
  },
12091
12133
  "name": "associateToSubnet",
12092
12134
  "parameters": [
@@ -12113,7 +12155,7 @@
12113
12155
  "immutable": true,
12114
12156
  "locationInModule": {
12115
12157
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12116
- "line": 89
12158
+ "line": 90
12117
12159
  },
12118
12160
  "name": "name",
12119
12161
  "type": {
@@ -12127,7 +12169,7 @@
12127
12169
  "immutable": true,
12128
12170
  "locationInModule": {
12129
12171
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12130
- "line": 87
12172
+ "line": 88
12131
12173
  },
12132
12174
  "name": "props",
12133
12175
  "type": {
@@ -12140,7 +12182,7 @@
12140
12182
  },
12141
12183
  "locationInModule": {
12142
12184
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12143
- "line": 88
12185
+ "line": 89
12144
12186
  },
12145
12187
  "name": "id",
12146
12188
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -12154,7 +12196,7 @@
12154
12196
  },
12155
12197
  "locationInModule": {
12156
12198
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12157
- "line": 90
12199
+ "line": 91
12158
12200
  },
12159
12201
  "name": "resourceGroup",
12160
12202
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -12180,7 +12222,7 @@
12180
12222
  },
12181
12223
  "locationInModule": {
12182
12224
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12183
- "line": 256
12225
+ "line": 257
12184
12226
  },
12185
12227
  "parameters": [
12186
12228
  {
@@ -12216,7 +12258,7 @@
12216
12258
  "kind": "class",
12217
12259
  "locationInModule": {
12218
12260
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12219
- "line": 233
12261
+ "line": 234
12220
12262
  },
12221
12263
  "name": "SecurityGroupAssociations",
12222
12264
  "namespace": "azure_networksecuritygroup",
@@ -12233,7 +12275,7 @@
12233
12275
  "kind": "interface",
12234
12276
  "locationInModule": {
12235
12277
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12236
- "line": 214
12278
+ "line": 215
12237
12279
  },
12238
12280
  "name": "SecurityGroupAssociationsProps",
12239
12281
  "namespace": "azure_networksecuritygroup",
@@ -12247,7 +12289,7 @@
12247
12289
  "immutable": true,
12248
12290
  "locationInModule": {
12249
12291
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12250
- "line": 218
12292
+ "line": 219
12251
12293
  },
12252
12294
  "name": "networkSecurityGroupId",
12253
12295
  "type": {
@@ -12264,7 +12306,7 @@
12264
12306
  "immutable": true,
12265
12307
  "locationInModule": {
12266
12308
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12267
- "line": 230
12309
+ "line": 231
12268
12310
  },
12269
12311
  "name": "networkInterfaceId",
12270
12312
  "optional": true,
@@ -12282,7 +12324,7 @@
12282
12324
  "immutable": true,
12283
12325
  "locationInModule": {
12284
12326
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12285
- "line": 224
12327
+ "line": 225
12286
12328
  },
12287
12329
  "name": "subnetId",
12288
12330
  "optional": true,
@@ -12318,7 +12360,7 @@
12318
12360
  "immutable": true,
12319
12361
  "locationInModule": {
12320
12362
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12321
- "line": 73
12363
+ "line": 74
12322
12364
  },
12323
12365
  "name": "location",
12324
12366
  "type": {
@@ -12335,7 +12377,7 @@
12335
12377
  "immutable": true,
12336
12378
  "locationInModule": {
12337
12379
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12338
- "line": 78
12380
+ "line": 79
12339
12381
  },
12340
12382
  "name": "name",
12341
12383
  "type": {
@@ -12346,37 +12388,39 @@
12346
12388
  "abstract": true,
12347
12389
  "docs": {
12348
12390
  "stability": "stable",
12349
- "summary": "The name of the resource group under which the network security group will be created."
12391
+ "summary": "An array of rule configurations to be applied to the network security group."
12350
12392
  },
12351
12393
  "immutable": true,
12352
12394
  "locationInModule": {
12353
12395
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12354
- "line": 68
12396
+ "line": 84
12355
12397
  },
12356
- "name": "resourceGroup",
12398
+ "name": "rules",
12357
12399
  "type": {
12358
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
12400
+ "collection": {
12401
+ "elementtype": {
12402
+ "fqn": "@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.RuleConfig"
12403
+ },
12404
+ "kind": "array"
12405
+ }
12359
12406
  }
12360
12407
  },
12361
12408
  {
12362
12409
  "abstract": true,
12363
12410
  "docs": {
12411
+ "remarks": "If not provided, the Workspace will be deployed in the default resource group.",
12364
12412
  "stability": "stable",
12365
- "summary": "An array of rule configurations to be applied to the network security group."
12413
+ "summary": "An optional reference to the resource group in which to deploy the Workspace."
12366
12414
  },
12367
12415
  "immutable": true,
12368
12416
  "locationInModule": {
12369
12417
  "filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
12370
- "line": 83
12418
+ "line": 69
12371
12419
  },
12372
- "name": "rules",
12420
+ "name": "resourceGroup",
12421
+ "optional": true,
12373
12422
  "type": {
12374
- "collection": {
12375
- "elementtype": {
12376
- "fqn": "@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.RuleConfig"
12377
- },
12378
- "kind": "array"
12379
- }
12423
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
12380
12424
  }
12381
12425
  }
12382
12426
  ],
@@ -14839,7 +14883,7 @@
14839
14883
  },
14840
14884
  "locationInModule": {
14841
14885
  "filename": "src/azure-virtualmachine/lib/vm.ts",
14842
- "line": 426
14886
+ "line": 428
14843
14887
  },
14844
14888
  "parameters": [
14845
14889
  {
@@ -14862,7 +14906,7 @@
14862
14906
  },
14863
14907
  {
14864
14908
  "docs": {
14865
- "remarks": "These include:\n - `location`: The geographic location where the VM will be hosted (e.g., \"eastus\").\n - `name`: The name of the VM, which must be unique within the resource group.\n - `resourceGroup`: The ResourceGroup within which the VM will be created.\n - `size`: The size specification of the VM (e.g., \"Standard_B2s\").\n - `availabilitySetId`: The ID of the availability set in which to include the VM.\n - `userData`: Custom data scripts to pass to the VM upon creation.\n - `adminSshKey`: SSH keys for secure access to the VM.\n - `zone`: The availability zone for deploying the VM.\n - `identity`: Managed identity settings for accessing other Azure services.\n - `additionalCapabilities`: Special capabilities like Ultra Disk support.\n - `sourceImageReference`: A reference to the specific Linux image to be used for the VM.\n - `sourceImageId`: The identifier for a custom image to use for the VM.\n - `tags`: Key-value pairs for resource tagging.\n - `osDisk`: Configuration for the VM's operating system disk.\n - `subnet`: Specifies the subnet within which the VM will be placed.\n - `publicIPAllocationMethod`: Method used to allocate a public IP address.\n - `customData`: Additional scripts or commands passed to the VM at startup.\n - `enableSshAzureADLogin`: Option to enable Azure AD login for SSH.\n - `bootDiagnosticsStorageURI`: URI for storage where VM boot diagnostics are collected.\n\nExample usage:\n```typescript\nconst linuxVM = new LinuxVM(this, 'MyLinuxVM', {\nresourceGroup: myResourceGroup,\nname: 'myVM',\nsize: 'Standard_DS1_v2',\nadminUsername: 'adminuser',\nadminSshKey: [{ publicKey: 'ssh-rsa AAAAB...' }],\nsourceImageReference: { publisher: 'Canonical', offer: 'UbuntuServer', sku: '18.04-LTS', version: 'latest' },\nosDisk: { caching: 'ReadWrite', storageAccountType: 'Standard_LRS' },\nsubnet: mySubnet,\ntags: { environment: 'production' }\n});\n```\nThis class initializes a Linux VM with the specified configurations, handling details like network setup, OS installation,\nand security settings, thus providing a robust infrastructure for hosting applications on Linux environments.",
14909
+ "remarks": "These include:\n - `location`: The geographic location where the VM will be hosted (e.g., \"eastus\").\n - `name`: The name of the VM, which must be unique within the resource group.\n - `resourceGroup`: Optional. Reference to the resource group for deployment.\n - `size`: The size specification of the VM (e.g., \"Standard_B2s\").\n - `availabilitySetId`: The ID of the availability set in which to include the VM.\n - `userData`: Custom data scripts to pass to the VM upon creation.\n - `adminSshKey`: SSH keys for secure access to the VM.\n - `zone`: The availability zone for deploying the VM.\n - `identity`: Managed identity settings for accessing other Azure services.\n - `additionalCapabilities`: Special capabilities like Ultra Disk support.\n - `sourceImageReference`: A reference to the specific Linux image to be used for the VM.\n - `sourceImageId`: The identifier for a custom image to use for the VM.\n - `tags`: Key-value pairs for resource tagging.\n - `osDisk`: Configuration for the VM's operating system disk.\n - `subnet`: Specifies the subnet within which the VM will be placed.\n - `publicIPAllocationMethod`: Method used to allocate a public IP address.\n - `customData`: Additional scripts or commands passed to the VM at startup.\n - `enableSshAzureADLogin`: Option to enable Azure AD login for SSH.\n - `bootDiagnosticsStorageURI`: URI for storage where VM boot diagnostics are collected.\n\nExample usage:\n```typescript\nconst linuxVM = new LinuxVM(this, 'MyLinuxVM', {\nresourceGroup: myResourceGroup,\nname: 'myVM',\nsize: 'Standard_DS1_v2',\nadminUsername: 'adminuser',\nadminSshKey: [{ publicKey: 'ssh-rsa AAAAB...' }],\nsourceImageReference: { publisher: 'Canonical', offer: 'UbuntuServer', sku: '18.04-LTS', version: 'latest' },\nosDisk: { caching: 'ReadWrite', storageAccountType: 'Standard_LRS' },\nsubnet: mySubnet,\ntags: { environment: 'production' }\n});\n```\nThis class initializes a Linux VM with the specified configurations, handling details like network setup, OS installation,\nand security settings, thus providing a robust infrastructure for hosting applications on Linux environments.",
14866
14910
  "summary": "- Configuration properties for the Linux Virtual Machine, derived from the LinuxVMProps interface."
14867
14911
  },
14868
14912
  "name": "props",
@@ -14875,7 +14919,7 @@
14875
14919
  "kind": "class",
14876
14920
  "locationInModule": {
14877
14921
  "filename": "src/azure-virtualmachine/lib/vm.ts",
14878
- "line": 371
14922
+ "line": 373
14879
14923
  },
14880
14924
  "name": "LinuxVM",
14881
14925
  "namespace": "azure_virtualmachine",
@@ -14887,7 +14931,7 @@
14887
14931
  "immutable": true,
14888
14932
  "locationInModule": {
14889
14933
  "filename": "src/azure-virtualmachine/lib/vm.ts",
14890
- "line": 376
14934
+ "line": 378
14891
14935
  },
14892
14936
  "name": "name",
14893
14937
  "type": {
@@ -14901,7 +14945,7 @@
14901
14945
  "immutable": true,
14902
14946
  "locationInModule": {
14903
14947
  "filename": "src/azure-virtualmachine/lib/vm.ts",
14904
- "line": 373
14948
+ "line": 375
14905
14949
  },
14906
14950
  "name": "props",
14907
14951
  "type": {
@@ -14915,7 +14959,7 @@
14915
14959
  "immutable": true,
14916
14960
  "locationInModule": {
14917
14961
  "filename": "src/azure-virtualmachine/lib/vm.ts",
14918
- "line": 377
14962
+ "line": 379
14919
14963
  },
14920
14964
  "name": "publicIp",
14921
14965
  "optional": true,
@@ -14929,7 +14973,7 @@
14929
14973
  },
14930
14974
  "locationInModule": {
14931
14975
  "filename": "src/azure-virtualmachine/lib/vm.ts",
14932
- "line": 375
14976
+ "line": 377
14933
14977
  },
14934
14978
  "name": "id",
14935
14979
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -14943,7 +14987,7 @@
14943
14987
  },
14944
14988
  "locationInModule": {
14945
14989
  "filename": "src/azure-virtualmachine/lib/vm.ts",
14946
- "line": 374
14990
+ "line": 376
14947
14991
  },
14948
14992
  "name": "resourceGroup",
14949
14993
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -14964,27 +15008,11 @@
14964
15008
  "kind": "interface",
14965
15009
  "locationInModule": {
14966
15010
  "filename": "src/azure-virtualmachine/lib/vm.ts",
14967
- "line": 253
15011
+ "line": 254
14968
15012
  },
14969
15013
  "name": "LinuxVMProps",
14970
15014
  "namespace": "azure_virtualmachine",
14971
15015
  "properties": [
14972
- {
14973
- "abstract": true,
14974
- "docs": {
14975
- "stability": "stable",
14976
- "summary": "The name of the resource group in which the virtual machine will be created."
14977
- },
14978
- "immutable": true,
14979
- "locationInModule": {
14980
- "filename": "src/azure-virtualmachine/lib/vm.ts",
14981
- "line": 269
14982
- },
14983
- "name": "resourceGroup",
14984
- "type": {
14985
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
14986
- }
14987
- },
14988
15016
  {
14989
15017
  "abstract": true,
14990
15018
  "docs": {
@@ -14994,7 +15022,7 @@
14994
15022
  "immutable": true,
14995
15023
  "locationInModule": {
14996
15024
  "filename": "src/azure-virtualmachine/lib/vm.ts",
14997
- "line": 305
15025
+ "line": 307
14998
15026
  },
14999
15027
  "name": "additionalCapabilities",
15000
15028
  "optional": true,
@@ -15011,7 +15039,7 @@
15011
15039
  "immutable": true,
15012
15040
  "locationInModule": {
15013
15041
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15014
- "line": 320
15042
+ "line": 322
15015
15043
  },
15016
15044
  "name": "adminPassword",
15017
15045
  "optional": true,
@@ -15028,7 +15056,7 @@
15028
15056
  "immutable": true,
15029
15057
  "locationInModule": {
15030
15058
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15031
- "line": 290
15059
+ "line": 292
15032
15060
  },
15033
15061
  "name": "adminSshKey",
15034
15062
  "optional": true,
@@ -15059,7 +15087,7 @@
15059
15087
  "immutable": true,
15060
15088
  "locationInModule": {
15061
15089
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15062
- "line": 315
15090
+ "line": 317
15063
15091
  },
15064
15092
  "name": "adminUsername",
15065
15093
  "optional": true,
@@ -15076,7 +15104,7 @@
15076
15104
  "immutable": true,
15077
15105
  "locationInModule": {
15078
15106
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15079
- "line": 280
15107
+ "line": 282
15080
15108
  },
15081
15109
  "name": "availabilitySetId",
15082
15110
  "optional": true,
@@ -15093,7 +15121,7 @@
15093
15121
  "immutable": true,
15094
15122
  "locationInModule": {
15095
15123
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15096
- "line": 368
15124
+ "line": 370
15097
15125
  },
15098
15126
  "name": "bootDiagnosticsStorageURI",
15099
15127
  "optional": true,
@@ -15110,7 +15138,7 @@
15110
15138
  "immutable": true,
15111
15139
  "locationInModule": {
15112
15140
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15113
- "line": 358
15141
+ "line": 360
15114
15142
  },
15115
15143
  "name": "customData",
15116
15144
  "optional": true,
@@ -15127,7 +15155,7 @@
15127
15155
  "immutable": true,
15128
15156
  "locationInModule": {
15129
15157
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15130
- "line": 363
15158
+ "line": 365
15131
15159
  },
15132
15160
  "name": "enableSshAzureADLogin",
15133
15161
  "optional": true,
@@ -15144,7 +15172,7 @@
15144
15172
  "immutable": true,
15145
15173
  "locationInModule": {
15146
15174
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15147
- "line": 300
15175
+ "line": 302
15148
15176
  },
15149
15177
  "name": "identity",
15150
15178
  "optional": true,
@@ -15162,7 +15190,7 @@
15162
15190
  "immutable": true,
15163
15191
  "locationInModule": {
15164
15192
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15165
- "line": 258
15193
+ "line": 259
15166
15194
  },
15167
15195
  "name": "location",
15168
15196
  "optional": true,
@@ -15180,7 +15208,7 @@
15180
15208
  "immutable": true,
15181
15209
  "locationInModule": {
15182
15210
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15183
- "line": 264
15211
+ "line": 265
15184
15212
  },
15185
15213
  "name": "name",
15186
15214
  "optional": true,
@@ -15198,7 +15226,7 @@
15198
15226
  "immutable": true,
15199
15227
  "locationInModule": {
15200
15228
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15201
- "line": 342
15229
+ "line": 344
15202
15230
  },
15203
15231
  "name": "osDisk",
15204
15232
  "optional": true,
@@ -15215,7 +15243,7 @@
15215
15243
  "immutable": true,
15216
15244
  "locationInModule": {
15217
15245
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15218
- "line": 353
15246
+ "line": 355
15219
15247
  },
15220
15248
  "name": "publicIPAllocationMethod",
15221
15249
  "optional": true,
@@ -15223,6 +15251,24 @@
15223
15251
  "primitive": "string"
15224
15252
  }
15225
15253
  },
15254
+ {
15255
+ "abstract": true,
15256
+ "docs": {
15257
+ "remarks": "If not provided, the Virtual Machine will be deployed in the default resource group.",
15258
+ "stability": "stable",
15259
+ "summary": "An optional reference to the resource group in which to deploy the Virtual Machine."
15260
+ },
15261
+ "immutable": true,
15262
+ "locationInModule": {
15263
+ "filename": "src/azure-virtualmachine/lib/vm.ts",
15264
+ "line": 271
15265
+ },
15266
+ "name": "resourceGroup",
15267
+ "optional": true,
15268
+ "type": {
15269
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
15270
+ }
15271
+ },
15226
15272
  {
15227
15273
  "abstract": true,
15228
15274
  "docs": {
@@ -15232,7 +15278,7 @@
15232
15278
  "immutable": true,
15233
15279
  "locationInModule": {
15234
15280
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15235
- "line": 310
15281
+ "line": 312
15236
15282
  },
15237
15283
  "name": "secret",
15238
15284
  "optional": true,
@@ -15255,7 +15301,7 @@
15255
15301
  "immutable": true,
15256
15302
  "locationInModule": {
15257
15303
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15258
- "line": 275
15304
+ "line": 277
15259
15305
  },
15260
15306
  "name": "size",
15261
15307
  "optional": true,
@@ -15272,7 +15318,7 @@
15272
15318
  "immutable": true,
15273
15319
  "locationInModule": {
15274
15320
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15275
- "line": 331
15321
+ "line": 333
15276
15322
  },
15277
15323
  "name": "sourceImageId",
15278
15324
  "optional": true,
@@ -15290,7 +15336,7 @@
15290
15336
  "immutable": true,
15291
15337
  "locationInModule": {
15292
15338
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15293
- "line": 326
15339
+ "line": 328
15294
15340
  },
15295
15341
  "name": "sourceImageReference",
15296
15342
  "optional": true,
@@ -15308,7 +15354,7 @@
15308
15354
  "immutable": true,
15309
15355
  "locationInModule": {
15310
15356
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15311
- "line": 348
15357
+ "line": 350
15312
15358
  },
15313
15359
  "name": "subnet",
15314
15360
  "optional": true,
@@ -15325,7 +15371,7 @@
15325
15371
  "immutable": true,
15326
15372
  "locationInModule": {
15327
15373
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15328
- "line": 336
15374
+ "line": 338
15329
15375
  },
15330
15376
  "name": "tags",
15331
15377
  "optional": true,
@@ -15347,7 +15393,7 @@
15347
15393
  "immutable": true,
15348
15394
  "locationInModule": {
15349
15395
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15350
- "line": 285
15396
+ "line": 287
15351
15397
  },
15352
15398
  "name": "userData",
15353
15399
  "optional": true,
@@ -15364,7 +15410,7 @@
15364
15410
  "immutable": true,
15365
15411
  "locationInModule": {
15366
15412
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15367
- "line": 295
15413
+ "line": 297
15368
15414
  },
15369
15415
  "name": "zone",
15370
15416
  "optional": true,
@@ -15552,7 +15598,7 @@
15552
15598
  },
15553
15599
  "locationInModule": {
15554
15600
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15555
- "line": 160
15601
+ "line": 161
15556
15602
  },
15557
15603
  "parameters": [
15558
15604
  {
@@ -15575,7 +15621,7 @@
15575
15621
  },
15576
15622
  {
15577
15623
  "docs": {
15578
- "remarks": "These include:\n - `location`: The geographic location where the VM will be hosted (e.g., \"eastus\").\n - `name`: The name of the VM, which must be unique within the resource group.\n - `resourceGroup`: The ResourceGroup within which the VM will be created.\n - `size`: The size specification of the VM (e.g., \"Standard_B2s\").\n - `adminUsername`: The administrator username for accessing the VM.\n - `adminPassword`: The administrator password for accessing the VM.\n - `sourceImageReference`: A reference to the specific Windows image to be used for the VM.\n - `sourceImageId`: The identifier for a custom image to use for the VM.\n - `tags`: Key-value pairs for resource tagging.\n - `osDisk`: Configuration for the VM's operating system disk.\n - `subnet`: Specifies the subnet within which the VM will be placed.\n - `publicIPAllocationMethod`: The method used to allocate a public IP address to the VM.\n - `customData`: Scripts or commands passed to the VM at startup.\n - `bootstrapCustomData`: Custom data used to trigger the Azure Custom Script Extension for VM setup tasks.\n - `bootDiagnosticsStorageURI`: URI for storage where VM boot diagnostics are collected.\n\nExample usage:\n```typescript\nconst vm = new WindowsVM(this, 'MyWindowsVM', {\nresourceGroup: myResourceGroup,\nname: 'myVM',\nsize: 'Standard_DS1_v2',\nadminUsername: 'adminuser',\nadminPassword: 'securepassword123',\nsourceImageReference: { publisher: 'MicrosoftWindowsServer', offer: 'WindowsServer', sku: '2019-Datacenter', version: 'latest' },\nosDisk: { caching: 'ReadWrite', storageAccountType: 'Standard_LRS' },\nsubnet: mySubnet,\ntags: { environment: 'production' }\n});\n```\nThis class initializes a Windows VM with the specified configurations, handling details like network setup, OS installation,\nand security settings, thus providing a robust infrastructure for hosting applications on Windows Server environments.",
15624
+ "remarks": "These include:\n - `location`: The geographic location where the VM will be hosted (e.g., \"eastus\").\n - `name`: The name of the VM, which must be unique within the resource group.\n - `resourceGroup`: Optional. Reference to the resource group for deployment.\n - `size`: The size specification of the VM (e.g., \"Standard_B2s\").\n - `adminUsername`: The administrator username for accessing the VM.\n - `adminPassword`: The administrator password for accessing the VM.\n - `sourceImageReference`: A reference to the specific Windows image to be used for the VM.\n - `sourceImageId`: The identifier for a custom image to use for the VM.\n - `tags`: Key-value pairs for resource tagging.\n - `osDisk`: Configuration for the VM's operating system disk.\n - `subnet`: Specifies the subnet within which the VM will be placed.\n - `publicIPAllocationMethod`: The method used to allocate a public IP address to the VM.\n - `customData`: Scripts or commands passed to the VM at startup.\n - `bootstrapCustomData`: Custom data used to trigger the Azure Custom Script Extension for VM setup tasks.\n - `bootDiagnosticsStorageURI`: URI for storage where VM boot diagnostics are collected.\n\nExample usage:\n```typescript\nconst vm = new WindowsVM(this, 'MyWindowsVM', {\nresourceGroup: myResourceGroup,\nname: 'myVM',\nsize: 'Standard_DS1_v2',\nadminUsername: 'adminuser',\nadminPassword: 'securepassword123',\nsourceImageReference: { publisher: 'MicrosoftWindowsServer', offer: 'WindowsServer', sku: '2019-Datacenter', version: 'latest' },\nosDisk: { caching: 'ReadWrite', storageAccountType: 'Standard_LRS' },\nsubnet: mySubnet,\ntags: { environment: 'production' }\n});\n```\nThis class initializes a Windows VM with the specified configurations, handling details like network setup, OS installation,\nand security settings, thus providing a robust infrastructure for hosting applications on Windows Server environments.",
15579
15625
  "summary": "- Configuration properties for the Windows Virtual Machine, derived from the WindowsVMProps interface."
15580
15626
  },
15581
15627
  "name": "props",
@@ -15588,7 +15634,7 @@
15588
15634
  "kind": "class",
15589
15635
  "locationInModule": {
15590
15636
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15591
- "line": 110
15637
+ "line": 111
15592
15638
  },
15593
15639
  "name": "WindowsVM",
15594
15640
  "namespace": "azure_virtualmachine",
@@ -15600,7 +15646,7 @@
15600
15646
  "immutable": true,
15601
15647
  "locationInModule": {
15602
15648
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15603
- "line": 114
15649
+ "line": 115
15604
15650
  },
15605
15651
  "name": "name",
15606
15652
  "type": {
@@ -15614,7 +15660,7 @@
15614
15660
  "immutable": true,
15615
15661
  "locationInModule": {
15616
15662
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15617
- "line": 111
15663
+ "line": 112
15618
15664
  },
15619
15665
  "name": "props",
15620
15666
  "type": {
@@ -15628,7 +15674,7 @@
15628
15674
  "immutable": true,
15629
15675
  "locationInModule": {
15630
15676
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15631
- "line": 115
15677
+ "line": 116
15632
15678
  },
15633
15679
  "name": "publicIp",
15634
15680
  "optional": true,
@@ -15642,7 +15688,7 @@
15642
15688
  },
15643
15689
  "locationInModule": {
15644
15690
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15645
- "line": 113
15691
+ "line": 114
15646
15692
  },
15647
15693
  "name": "id",
15648
15694
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -15656,7 +15702,7 @@
15656
15702
  },
15657
15703
  "locationInModule": {
15658
15704
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15659
- "line": 112
15705
+ "line": 113
15660
15706
  },
15661
15707
  "name": "resourceGroup",
15662
15708
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -15691,7 +15737,7 @@
15691
15737
  "immutable": true,
15692
15738
  "locationInModule": {
15693
15739
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15694
- "line": 59
15740
+ "line": 60
15695
15741
  },
15696
15742
  "name": "adminPassword",
15697
15743
  "type": {
@@ -15707,29 +15753,13 @@
15707
15753
  "immutable": true,
15708
15754
  "locationInModule": {
15709
15755
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15710
- "line": 54
15756
+ "line": 55
15711
15757
  },
15712
15758
  "name": "adminUsername",
15713
15759
  "type": {
15714
15760
  "primitive": "string"
15715
15761
  }
15716
15762
  },
15717
- {
15718
- "abstract": true,
15719
- "docs": {
15720
- "stability": "stable",
15721
- "summary": "The name of the resource group in which the virtual machine will be created."
15722
- },
15723
- "immutable": true,
15724
- "locationInModule": {
15725
- "filename": "src/azure-virtualmachine/lib/vm.ts",
15726
- "line": 43
15727
- },
15728
- "name": "resourceGroup",
15729
- "type": {
15730
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
15731
- }
15732
- },
15733
15763
  {
15734
15764
  "abstract": true,
15735
15765
  "docs": {
@@ -15740,7 +15770,7 @@
15740
15770
  "immutable": true,
15741
15771
  "locationInModule": {
15742
15772
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15743
- "line": 102
15773
+ "line": 103
15744
15774
  },
15745
15775
  "name": "boostrapCustomData",
15746
15776
  "optional": true,
@@ -15757,7 +15787,7 @@
15757
15787
  "immutable": true,
15758
15788
  "locationInModule": {
15759
15789
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15760
- "line": 107
15790
+ "line": 108
15761
15791
  },
15762
15792
  "name": "bootDiagnosticsStorageURI",
15763
15793
  "optional": true,
@@ -15774,7 +15804,7 @@
15774
15804
  "immutable": true,
15775
15805
  "locationInModule": {
15776
15806
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15777
- "line": 97
15807
+ "line": 98
15778
15808
  },
15779
15809
  "name": "customData",
15780
15810
  "optional": true,
@@ -15828,7 +15858,7 @@
15828
15858
  "immutable": true,
15829
15859
  "locationInModule": {
15830
15860
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15831
- "line": 81
15861
+ "line": 82
15832
15862
  },
15833
15863
  "name": "osDisk",
15834
15864
  "optional": true,
@@ -15845,7 +15875,7 @@
15845
15875
  "immutable": true,
15846
15876
  "locationInModule": {
15847
15877
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15848
- "line": 92
15878
+ "line": 93
15849
15879
  },
15850
15880
  "name": "publicIPAllocationMethod",
15851
15881
  "optional": true,
@@ -15853,6 +15883,24 @@
15853
15883
  "primitive": "string"
15854
15884
  }
15855
15885
  },
15886
+ {
15887
+ "abstract": true,
15888
+ "docs": {
15889
+ "remarks": "If not provided, the Virtual Machine will be deployed in the default resource group.",
15890
+ "stability": "stable",
15891
+ "summary": "An optional reference to the resource group in which to deploy the Virtual Machine."
15892
+ },
15893
+ "immutable": true,
15894
+ "locationInModule": {
15895
+ "filename": "src/azure-virtualmachine/lib/vm.ts",
15896
+ "line": 44
15897
+ },
15898
+ "name": "resourceGroup",
15899
+ "optional": true,
15900
+ "type": {
15901
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
15902
+ }
15903
+ },
15856
15904
  {
15857
15905
  "abstract": true,
15858
15906
  "docs": {
@@ -15863,7 +15911,7 @@
15863
15911
  "immutable": true,
15864
15912
  "locationInModule": {
15865
15913
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15866
- "line": 49
15914
+ "line": 50
15867
15915
  },
15868
15916
  "name": "size",
15869
15917
  "optional": true,
@@ -15880,7 +15928,7 @@
15880
15928
  "immutable": true,
15881
15929
  "locationInModule": {
15882
15930
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15883
- "line": 70
15931
+ "line": 71
15884
15932
  },
15885
15933
  "name": "sourceImageId",
15886
15934
  "optional": true,
@@ -15898,7 +15946,7 @@
15898
15946
  "immutable": true,
15899
15947
  "locationInModule": {
15900
15948
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15901
- "line": 65
15949
+ "line": 66
15902
15950
  },
15903
15951
  "name": "sourceImageReference",
15904
15952
  "optional": true,
@@ -15916,7 +15964,7 @@
15916
15964
  "immutable": true,
15917
15965
  "locationInModule": {
15918
15966
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15919
- "line": 87
15967
+ "line": 88
15920
15968
  },
15921
15969
  "name": "subnet",
15922
15970
  "optional": true,
@@ -15933,7 +15981,7 @@
15933
15981
  "immutable": true,
15934
15982
  "locationInModule": {
15935
15983
  "filename": "src/azure-virtualmachine/lib/vm.ts",
15936
- "line": 75
15984
+ "line": 76
15937
15985
  },
15938
15986
  "name": "tags",
15939
15987
  "optional": true,
@@ -15964,7 +16012,7 @@
15964
16012
  },
15965
16013
  "locationInModule": {
15966
16014
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
15967
- "line": 216
16015
+ "line": 217
15968
16016
  },
15969
16017
  "parameters": [
15970
16018
  {
@@ -15987,7 +16035,7 @@
15987
16035
  },
15988
16036
  {
15989
16037
  "docs": {
15990
- "remarks": "These include:\n - `location`: The geographic location where the scale set will be hosted (e.g., \"eastus\").\n - `name`: The name of the scale set, which must be unique within the resource group.\n - `resourceGroup`: The ResourceGroup within which the scale set will be created.\n - `sku`: The size specification of the VMs (e.g., \"Standard_B2s\").\n - `adminUsername`: The administrator username for the VMs.\n - `adminPassword`: The administrator password for the VMs.\n - `adminSshKey`: SSH keys for secure access to the VMs.\n - `zones`: The availability zones for deploying the VMs.\n - `identity`: Managed identity settings for accessing other Azure services.\n - `sourceImageReference`: A reference to the specific Linux image to be used for the VMs.\n - `sourceImageId`: The identifier for a custom image to use for the VMs.\n - `tags`: Key-value pairs for resource tagging.\n - `osDisk`: Configuration for the VMs' operating system disks.\n - `subnet`: Specifies the subnet within which the VMs will be placed.\n - `publicIPAddress`: Method used to allocate public IP addresses to the VMs.\n - `customData`: Scripts or commands passed to the VMs at startup.\n - `instances`: The number of VM instances in the scale set.\n - `upgradePolicyMode`: The upgrade policy mode for the VMSS.\n - `overprovision`: Specifies if the VMSS should be overprovisioned to maintain capacity during updates.\n - `scaleInPolicy`: The scale-in policy for the VMSS.\n - `bootDiagnosticsStorageURI`: URI for storage where VMSS boot diagnostics are collected.\n - `enableSshAzureADLogin`: Option to enable Azure AD login for SSH on the VMs.\n\nExample usage:\n```typescript\nconst linuxCluster = new LinuxCluster(this, 'MyLinuxCluster', {\nresourceGroup: myResourceGroup,\nname: 'myCluster',\nsku: 'Standard_DS1_v2',\nadminUsername: 'adminuser',\nadminSshKey: [{ publicKey: 'ssh-rsa AAAAB...' }],\nsourceImageReference: { publisher: 'Canonical', offer: 'UbuntuServer', sku: '18.04-LTS', version: 'latest' },\nosDisk: { caching: 'ReadWrite', storageAccountType: 'Standard_LRS' },\nsubnet: mySubnet,\ninstances: 3,\ntags: { environment: 'production' }\n});\n```\nThis class initializes a Linux VM Scale Set with the specified configurations, handling details like VM creation,\nscaling policies, network setup, OS installation, and security settings, providing a robust and scalable infrastructure\nfor hosting cloud-based Linux applications.",
16038
+ "remarks": "These include:\n - `location`: The geographic location where the scale set will be hosted (e.g., \"eastus\").\n - `name`: The name of the scale set, which must be unique within the resource group.\n - `resourceGroup`: Optional. Reference to the resource group for deployment.\n - `sku`: The size specification of the VMs (e.g., \"Standard_B2s\").\n - `adminUsername`: The administrator username for the VMs.\n - `adminPassword`: The administrator password for the VMs.\n - `adminSshKey`: SSH keys for secure access to the VMs.\n - `zones`: The availability zones for deploying the VMs.\n - `identity`: Managed identity settings for accessing other Azure services.\n - `sourceImageReference`: A reference to the specific Linux image to be used for the VMs.\n - `sourceImageId`: The identifier for a custom image to use for the VMs.\n - `tags`: Key-value pairs for resource tagging.\n - `osDisk`: Configuration for the VMs' operating system disks.\n - `subnet`: Specifies the subnet within which the VMs will be placed.\n - `publicIPAddress`: Method used to allocate public IP addresses to the VMs.\n - `customData`: Scripts or commands passed to the VMs at startup.\n - `instances`: The number of VM instances in the scale set.\n - `upgradePolicyMode`: The upgrade policy mode for the VMSS.\n - `overprovision`: Specifies if the VMSS should be overprovisioned to maintain capacity during updates.\n - `scaleInPolicy`: The scale-in policy for the VMSS.\n - `bootDiagnosticsStorageURI`: URI for storage where VMSS boot diagnostics are collected.\n - `enableSshAzureADLogin`: Option to enable Azure AD login for SSH on the VMs.\n\nExample usage:\n```typescript\nconst linuxCluster = new LinuxCluster(this, 'MyLinuxCluster', {\nresourceGroup: myResourceGroup,\nname: 'myCluster',\nsku: 'Standard_DS1_v2',\nadminUsername: 'adminuser',\nadminSshKey: [{ publicKey: 'ssh-rsa AAAAB...' }],\nsourceImageReference: { publisher: 'Canonical', offer: 'UbuntuServer', sku: '18.04-LTS', version: 'latest' },\nosDisk: { caching: 'ReadWrite', storageAccountType: 'Standard_LRS' },\nsubnet: mySubnet,\ninstances: 3,\ntags: { environment: 'production' }\n});\n```\nThis class initializes a Linux VM Scale Set with the specified configurations, handling details like VM creation,\nscaling policies, network setup, OS installation, and security settings, providing a robust and scalable infrastructure\nfor hosting cloud-based Linux applications.",
15991
16039
  "summary": "- Configuration properties for the Linux VM Scale Set, derived from the LinuxClusterProps interface."
15992
16040
  },
15993
16041
  "name": "props",
@@ -16000,7 +16048,7 @@
16000
16048
  "kind": "class",
16001
16049
  "locationInModule": {
16002
16050
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16003
- "line": 156
16051
+ "line": 157
16004
16052
  },
16005
16053
  "name": "LinuxCluster",
16006
16054
  "namespace": "azure_virtualmachinescaleset",
@@ -16012,7 +16060,7 @@
16012
16060
  "immutable": true,
16013
16061
  "locationInModule": {
16014
16062
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16015
- "line": 161
16063
+ "line": 162
16016
16064
  },
16017
16065
  "name": "fqn",
16018
16066
  "type": {
@@ -16026,7 +16074,7 @@
16026
16074
  "immutable": true,
16027
16075
  "locationInModule": {
16028
16076
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16029
- "line": 160
16077
+ "line": 161
16030
16078
  },
16031
16079
  "name": "name",
16032
16080
  "type": {
@@ -16040,7 +16088,7 @@
16040
16088
  "immutable": true,
16041
16089
  "locationInModule": {
16042
16090
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16043
- "line": 157
16091
+ "line": 158
16044
16092
  },
16045
16093
  "name": "props",
16046
16094
  "type": {
@@ -16053,7 +16101,7 @@
16053
16101
  },
16054
16102
  "locationInModule": {
16055
16103
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16056
- "line": 159
16104
+ "line": 160
16057
16105
  },
16058
16106
  "name": "id",
16059
16107
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -16067,7 +16115,7 @@
16067
16115
  },
16068
16116
  "locationInModule": {
16069
16117
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16070
- "line": 158
16118
+ "line": 159
16071
16119
  },
16072
16120
  "name": "resourceGroup",
16073
16121
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -16093,22 +16141,6 @@
16093
16141
  "name": "LinuxClusterProps",
16094
16142
  "namespace": "azure_virtualmachinescaleset",
16095
16143
  "properties": [
16096
- {
16097
- "abstract": true,
16098
- "docs": {
16099
- "stability": "stable",
16100
- "summary": "The name of the resource group in which the virtual machine scale set will be created."
16101
- },
16102
- "immutable": true,
16103
- "locationInModule": {
16104
- "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16105
- "line": 57
16106
- },
16107
- "name": "resourceGroup",
16108
- "type": {
16109
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
16110
- }
16111
- },
16112
16144
  {
16113
16145
  "abstract": true,
16114
16146
  "docs": {
@@ -16135,7 +16167,7 @@
16135
16167
  "immutable": true,
16136
16168
  "locationInModule": {
16137
16169
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16138
- "line": 73
16170
+ "line": 74
16139
16171
  },
16140
16172
  "name": "adminSshKey",
16141
16173
  "optional": true,
@@ -16183,7 +16215,7 @@
16183
16215
  "immutable": true,
16184
16216
  "locationInModule": {
16185
16217
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16186
- "line": 147
16218
+ "line": 148
16187
16219
  },
16188
16220
  "name": "bootDiagnosticsStorageURI",
16189
16221
  "optional": true,
@@ -16200,7 +16232,7 @@
16200
16232
  "immutable": true,
16201
16233
  "locationInModule": {
16202
16234
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16203
- "line": 120
16235
+ "line": 121
16204
16236
  },
16205
16237
  "name": "customData",
16206
16238
  "optional": true,
@@ -16218,7 +16250,7 @@
16218
16250
  "immutable": true,
16219
16251
  "locationInModule": {
16220
16252
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16221
- "line": 153
16253
+ "line": 154
16222
16254
  },
16223
16255
  "name": "enableSshAzureADLogin",
16224
16256
  "optional": true,
@@ -16235,7 +16267,7 @@
16235
16267
  "immutable": true,
16236
16268
  "locationInModule": {
16237
16269
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16238
- "line": 83
16270
+ "line": 84
16239
16271
  },
16240
16272
  "name": "identity",
16241
16273
  "optional": true,
@@ -16253,7 +16285,7 @@
16253
16285
  "immutable": true,
16254
16286
  "locationInModule": {
16255
16287
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16256
- "line": 126
16288
+ "line": 127
16257
16289
  },
16258
16290
  "name": "instances",
16259
16291
  "optional": true,
@@ -16307,7 +16339,7 @@
16307
16339
  "immutable": true,
16308
16340
  "locationInModule": {
16309
16341
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16310
- "line": 105
16342
+ "line": 106
16311
16343
  },
16312
16344
  "name": "osDisk",
16313
16345
  "optional": true,
@@ -16325,7 +16357,7 @@
16325
16357
  "immutable": true,
16326
16358
  "locationInModule": {
16327
16359
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16328
- "line": 137
16360
+ "line": 138
16329
16361
  },
16330
16362
  "name": "overprovision",
16331
16363
  "optional": true,
@@ -16342,7 +16374,7 @@
16342
16374
  "immutable": true,
16343
16375
  "locationInModule": {
16344
16376
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16345
- "line": 115
16377
+ "line": 116
16346
16378
  },
16347
16379
  "name": "publicIPAddress",
16348
16380
  "optional": true,
@@ -16355,6 +16387,24 @@
16355
16387
  }
16356
16388
  }
16357
16389
  },
16390
+ {
16391
+ "abstract": true,
16392
+ "docs": {
16393
+ "remarks": "If not provided, the Virtual Machine will be deployed in the default resource group.",
16394
+ "stability": "stable",
16395
+ "summary": "An optional reference to the resource group in which to deploy the Virtual Machine."
16396
+ },
16397
+ "immutable": true,
16398
+ "locationInModule": {
16399
+ "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16400
+ "line": 58
16401
+ },
16402
+ "name": "resourceGroup",
16403
+ "optional": true,
16404
+ "type": {
16405
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
16406
+ }
16407
+ },
16358
16408
  {
16359
16409
  "abstract": true,
16360
16410
  "docs": {
@@ -16364,7 +16414,7 @@
16364
16414
  "immutable": true,
16365
16415
  "locationInModule": {
16366
16416
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16367
- "line": 142
16417
+ "line": 143
16368
16418
  },
16369
16419
  "name": "scaleInPolicy",
16370
16420
  "optional": true,
@@ -16382,7 +16432,7 @@
16382
16432
  "immutable": true,
16383
16433
  "locationInModule": {
16384
16434
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16385
- "line": 63
16435
+ "line": 64
16386
16436
  },
16387
16437
  "name": "sku",
16388
16438
  "optional": true,
@@ -16399,7 +16449,7 @@
16399
16449
  "immutable": true,
16400
16450
  "locationInModule": {
16401
16451
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16402
- "line": 94
16452
+ "line": 95
16403
16453
  },
16404
16454
  "name": "sourceImageId",
16405
16455
  "optional": true,
@@ -16417,7 +16467,7 @@
16417
16467
  "immutable": true,
16418
16468
  "locationInModule": {
16419
16469
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16420
- "line": 89
16470
+ "line": 90
16421
16471
  },
16422
16472
  "name": "sourceImageReference",
16423
16473
  "optional": true,
@@ -16434,7 +16484,7 @@
16434
16484
  "immutable": true,
16435
16485
  "locationInModule": {
16436
16486
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16437
- "line": 110
16487
+ "line": 111
16438
16488
  },
16439
16489
  "name": "subnet",
16440
16490
  "optional": true,
@@ -16451,7 +16501,7 @@
16451
16501
  "immutable": true,
16452
16502
  "locationInModule": {
16453
16503
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16454
- "line": 99
16504
+ "line": 100
16455
16505
  },
16456
16506
  "name": "tags",
16457
16507
  "optional": true,
@@ -16473,7 +16523,7 @@
16473
16523
  "immutable": true,
16474
16524
  "locationInModule": {
16475
16525
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16476
- "line": 131
16526
+ "line": 132
16477
16527
  },
16478
16528
  "name": "upgradePolicyMode",
16479
16529
  "optional": true,
@@ -16490,7 +16540,7 @@
16490
16540
  "immutable": true,
16491
16541
  "locationInModule": {
16492
16542
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16493
- "line": 68
16543
+ "line": 69
16494
16544
  },
16495
16545
  "name": "userData",
16496
16546
  "optional": true,
@@ -16507,7 +16557,7 @@
16507
16557
  "immutable": true,
16508
16558
  "locationInModule": {
16509
16559
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16510
- "line": 78
16560
+ "line": 79
16511
16561
  },
16512
16562
  "name": "zones",
16513
16563
  "optional": true,
@@ -16538,7 +16588,7 @@
16538
16588
  },
16539
16589
  "locationInModule": {
16540
16590
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16541
- "line": 465
16591
+ "line": 467
16542
16592
  },
16543
16593
  "parameters": [
16544
16594
  {
@@ -16561,7 +16611,7 @@
16561
16611
  },
16562
16612
  {
16563
16613
  "docs": {
16564
- "remarks": "These include:\n - `location`: The geographic location where the scale set will be hosted (e.g., \"eastus\").\n - `name`: The name of the scale set, which must be unique within the resource group.\n - `resourceGroup`: The ResourceGroup within which the scale set will be created.\n - `sku`: The size specification of the VMs (e.g., \"Standard_B2s\").\n - `adminUsername`: The administrator username for the VMs.\n - `adminPassword`: The administrator password for the VMs.\n - `zones`: The availability zones for deploying the VMs.\n - `instances`: The number of VM instances in the scale set.\n - `sourceImageReference`: A reference to the specific Windows image to be used for the VMs.\n - `sourceImageId`: The identifier for a custom image to use for the VMs.\n - `tags`: Key-value pairs for resource tagging.\n - `osDisk`: Configuration for the VMs' operating system disks.\n - `subnet`: Specifies the subnet within which the VMs will be placed.\n - `publicIPAddress`: Method used to allocate public IP addresses to the VMs.\n - `customData`: Scripts or commands passed to the VMs at startup.\n - `upgradePolicyMode`: The upgrade policy mode for the VMSS.\n - `overprovision`: Specifies if the VMSS should be overprovisioned to maintain capacity during updates.\n - `scaleInPolicy`: The scale-in policy for the VMSS.\n - `bootDiagnosticsStorageURI`: URI for storage where VMSS boot diagnostics are collected.\n - `enableSshAzureADLogin`: Option to enable Azure AD login for SSH on the VMs.\n\nExample usage:\n```typescript\nconst windowsCluster = new WindowsCluster(this, 'MyWindowsCluster', {\nresourceGroup: myResourceGroup,\nname: 'myCluster',\nsku: 'Standard_DS1_v2',\nadminUsername: 'adminuser',\nadminPassword: 'securepassword123',\nsourceImageReference: { publisher: 'MicrosoftWindowsServer', offer: 'WindowsServer', sku: '2019-Datacenter', version: 'latest' },\nosDisk: { caching: 'ReadWrite', storageAccountType: 'Standard_LRS' },\nsubnet: mySubnet,\ninstances: 3,\ntags: { environment: 'production' }\n});\n```\nThis class initializes a Windows VM Scale Set with the specified configurations, handling details like VM creation,\nscaling policies, network setup, OS installation, and security settings, providing a robust and scalable infrastructure\nfor hosting cloud-based Windows applications.",
16614
+ "remarks": "These include:\n - `location`: The geographic location where the scale set will be hosted (e.g., \"eastus\").\n - `name`: The name of the scale set, which must be unique within the resource group.\n - `resourceGroup`: Optional. Reference to the resource group for deployment.\n - `sku`: The size specification of the VMs (e.g., \"Standard_B2s\").\n - `adminUsername`: The administrator username for the VMs.\n - `adminPassword`: The administrator password for the VMs.\n - `zones`: The availability zones for deploying the VMs.\n - `instances`: The number of VM instances in the scale set.\n - `sourceImageReference`: A reference to the specific Windows image to be used for the VMs.\n - `sourceImageId`: The identifier for a custom image to use for the VMs.\n - `tags`: Key-value pairs for resource tagging.\n - `osDisk`: Configuration for the VMs' operating system disks.\n - `subnet`: Specifies the subnet within which the VMs will be placed.\n - `publicIPAddress`: Method used to allocate public IP addresses to the VMs.\n - `customData`: Scripts or commands passed to the VMs at startup.\n - `upgradePolicyMode`: The upgrade policy mode for the VMSS.\n - `overprovision`: Specifies if the VMSS should be overprovisioned to maintain capacity during updates.\n - `scaleInPolicy`: The scale-in policy for the VMSS.\n - `bootDiagnosticsStorageURI`: URI for storage where VMSS boot diagnostics are collected.\n - `enableSshAzureADLogin`: Option to enable Azure AD login for SSH on the VMs.\n\nExample usage:\n```typescript\nconst windowsCluster = new WindowsCluster(this, 'MyWindowsCluster', {\nresourceGroup: myResourceGroup,\nname: 'myCluster',\nsku: 'Standard_DS1_v2',\nadminUsername: 'adminuser',\nadminPassword: 'securepassword123',\nsourceImageReference: { publisher: 'MicrosoftWindowsServer', offer: 'WindowsServer', sku: '2019-Datacenter', version: 'latest' },\nosDisk: { caching: 'ReadWrite', storageAccountType: 'Standard_LRS' },\nsubnet: mySubnet,\ninstances: 3,\ntags: { environment: 'production' }\n});\n```\nThis class initializes a Windows VM Scale Set with the specified configurations, handling details like VM creation,\nscaling policies, network setup, OS installation, and security settings, providing a robust and scalable infrastructure\nfor hosting cloud-based Windows applications.",
16565
16615
  "summary": "- Configuration properties for the Windows VM Scale Set, derived from the WindowsClusterProps interface."
16566
16616
  },
16567
16617
  "name": "props",
@@ -16574,7 +16624,7 @@
16574
16624
  "kind": "class",
16575
16625
  "locationInModule": {
16576
16626
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16577
- "line": 408
16627
+ "line": 410
16578
16628
  },
16579
16629
  "name": "WindowsCluster",
16580
16630
  "namespace": "azure_virtualmachinescaleset",
@@ -16586,7 +16636,7 @@
16586
16636
  "immutable": true,
16587
16637
  "locationInModule": {
16588
16638
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16589
- "line": 412
16639
+ "line": 414
16590
16640
  },
16591
16641
  "name": "name",
16592
16642
  "type": {
@@ -16600,7 +16650,7 @@
16600
16650
  "immutable": true,
16601
16651
  "locationInModule": {
16602
16652
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16603
- "line": 409
16653
+ "line": 411
16604
16654
  },
16605
16655
  "name": "props",
16606
16656
  "type": {
@@ -16613,7 +16663,7 @@
16613
16663
  },
16614
16664
  "locationInModule": {
16615
16665
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16616
- "line": 411
16666
+ "line": 413
16617
16667
  },
16618
16668
  "name": "id",
16619
16669
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -16627,7 +16677,7 @@
16627
16677
  },
16628
16678
  "locationInModule": {
16629
16679
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16630
- "line": 410
16680
+ "line": 412
16631
16681
  },
16632
16682
  "name": "resourceGroup",
16633
16683
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -16648,7 +16698,7 @@
16648
16698
  "kind": "interface",
16649
16699
  "locationInModule": {
16650
16700
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16651
- "line": 298
16701
+ "line": 299
16652
16702
  },
16653
16703
  "name": "WindowsClusterProps",
16654
16704
  "namespace": "azure_virtualmachinescaleset",
@@ -16662,7 +16712,7 @@
16662
16712
  "immutable": true,
16663
16713
  "locationInModule": {
16664
16714
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16665
- "line": 330
16715
+ "line": 332
16666
16716
  },
16667
16717
  "name": "adminPassword",
16668
16718
  "type": {
@@ -16678,29 +16728,13 @@
16678
16728
  "immutable": true,
16679
16729
  "locationInModule": {
16680
16730
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16681
- "line": 325
16731
+ "line": 327
16682
16732
  },
16683
16733
  "name": "adminUsername",
16684
16734
  "type": {
16685
16735
  "primitive": "string"
16686
16736
  }
16687
16737
  },
16688
- {
16689
- "abstract": true,
16690
- "docs": {
16691
- "stability": "stable",
16692
- "summary": "The name of the resource group in which the virtual machine will be created."
16693
- },
16694
- "immutable": true,
16695
- "locationInModule": {
16696
- "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16697
- "line": 314
16698
- },
16699
- "name": "resourceGroup",
16700
- "type": {
16701
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
16702
- }
16703
- },
16704
16738
  {
16705
16739
  "abstract": true,
16706
16740
  "docs": {
@@ -16711,7 +16745,7 @@
16711
16745
  "immutable": true,
16712
16746
  "locationInModule": {
16713
16747
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16714
- "line": 389
16748
+ "line": 391
16715
16749
  },
16716
16750
  "name": "boostrapCustomData",
16717
16751
  "optional": true,
@@ -16728,7 +16762,7 @@
16728
16762
  "immutable": true,
16729
16763
  "locationInModule": {
16730
16764
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16731
- "line": 394
16765
+ "line": 396
16732
16766
  },
16733
16767
  "name": "bootDiagnosticsStorageURI",
16734
16768
  "optional": true,
@@ -16745,7 +16779,7 @@
16745
16779
  "immutable": true,
16746
16780
  "locationInModule": {
16747
16781
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16748
- "line": 384
16782
+ "line": 386
16749
16783
  },
16750
16784
  "name": "customData",
16751
16785
  "optional": true,
@@ -16763,7 +16797,7 @@
16763
16797
  "immutable": true,
16764
16798
  "locationInModule": {
16765
16799
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16766
- "line": 341
16800
+ "line": 343
16767
16801
  },
16768
16802
  "name": "instances",
16769
16803
  "optional": true,
@@ -16781,7 +16815,7 @@
16781
16815
  "immutable": true,
16782
16816
  "locationInModule": {
16783
16817
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16784
- "line": 303
16818
+ "line": 304
16785
16819
  },
16786
16820
  "name": "location",
16787
16821
  "optional": true,
@@ -16799,7 +16833,7 @@
16799
16833
  "immutable": true,
16800
16834
  "locationInModule": {
16801
16835
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16802
- "line": 309
16836
+ "line": 310
16803
16837
  },
16804
16838
  "name": "name",
16805
16839
  "optional": true,
@@ -16817,7 +16851,7 @@
16817
16851
  "immutable": true,
16818
16852
  "locationInModule": {
16819
16853
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16820
- "line": 363
16854
+ "line": 365
16821
16855
  },
16822
16856
  "name": "osDisk",
16823
16857
  "optional": true,
@@ -16835,7 +16869,7 @@
16835
16869
  "immutable": true,
16836
16870
  "locationInModule": {
16837
16871
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16838
- "line": 400
16872
+ "line": 402
16839
16873
  },
16840
16874
  "name": "overprovision",
16841
16875
  "optional": true,
@@ -16852,7 +16886,7 @@
16852
16886
  "immutable": true,
16853
16887
  "locationInModule": {
16854
16888
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16855
- "line": 374
16889
+ "line": 376
16856
16890
  },
16857
16891
  "name": "publicIPAddress",
16858
16892
  "optional": true,
@@ -16865,6 +16899,24 @@
16865
16899
  }
16866
16900
  }
16867
16901
  },
16902
+ {
16903
+ "abstract": true,
16904
+ "docs": {
16905
+ "remarks": "If not provided, the Virtual Machine will be deployed in the default resource group.",
16906
+ "stability": "stable",
16907
+ "summary": "An optional reference to the resource group in which to deploy the Virtual Machine."
16908
+ },
16909
+ "immutable": true,
16910
+ "locationInModule": {
16911
+ "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16912
+ "line": 316
16913
+ },
16914
+ "name": "resourceGroup",
16915
+ "optional": true,
16916
+ "type": {
16917
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
16918
+ }
16919
+ },
16868
16920
  {
16869
16921
  "abstract": true,
16870
16922
  "docs": {
@@ -16874,7 +16926,7 @@
16874
16926
  "immutable": true,
16875
16927
  "locationInModule": {
16876
16928
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16877
- "line": 405
16929
+ "line": 407
16878
16930
  },
16879
16931
  "name": "scaleInPolicy",
16880
16932
  "optional": true,
@@ -16892,7 +16944,7 @@
16892
16944
  "immutable": true,
16893
16945
  "locationInModule": {
16894
16946
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16895
- "line": 320
16947
+ "line": 322
16896
16948
  },
16897
16949
  "name": "sku",
16898
16950
  "optional": true,
@@ -16909,7 +16961,7 @@
16909
16961
  "immutable": true,
16910
16962
  "locationInModule": {
16911
16963
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16912
- "line": 352
16964
+ "line": 354
16913
16965
  },
16914
16966
  "name": "sourceImageId",
16915
16967
  "optional": true,
@@ -16927,7 +16979,7 @@
16927
16979
  "immutable": true,
16928
16980
  "locationInModule": {
16929
16981
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16930
- "line": 347
16982
+ "line": 349
16931
16983
  },
16932
16984
  "name": "sourceImageReference",
16933
16985
  "optional": true,
@@ -16945,7 +16997,7 @@
16945
16997
  "immutable": true,
16946
16998
  "locationInModule": {
16947
16999
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16948
- "line": 369
17000
+ "line": 371
16949
17001
  },
16950
17002
  "name": "subnet",
16951
17003
  "optional": true,
@@ -16962,7 +17014,7 @@
16962
17014
  "immutable": true,
16963
17015
  "locationInModule": {
16964
17016
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16965
- "line": 357
17017
+ "line": 359
16966
17018
  },
16967
17019
  "name": "tags",
16968
17020
  "optional": true,
@@ -16984,7 +17036,7 @@
16984
17036
  "immutable": true,
16985
17037
  "locationInModule": {
16986
17038
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
16987
- "line": 379
17039
+ "line": 381
16988
17040
  },
16989
17041
  "name": "upgradePolicyMode",
16990
17042
  "optional": true,
@@ -17001,7 +17053,7 @@
17001
17053
  "immutable": true,
17002
17054
  "locationInModule": {
17003
17055
  "filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
17004
- "line": 335
17056
+ "line": 337
17005
17057
  },
17006
17058
  "name": "zones",
17007
17059
  "optional": true,
@@ -17032,7 +17084,7 @@
17032
17084
  },
17033
17085
  "locationInModule": {
17034
17086
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17035
- "line": 94
17087
+ "line": 95
17036
17088
  },
17037
17089
  "parameters": [
17038
17090
  {
@@ -17055,7 +17107,7 @@
17055
17107
  },
17056
17108
  {
17057
17109
  "docs": {
17058
- "remarks": "These include:\n - `resourceGroup`: The ResourceGroup within which the virtual network will be created.\n - `name`: Optional. The name of the virtual network. If not provided, a default name will be assigned.\n - `location`: Optional. The Azure region where the virtual network will be deployed. Defaults to the resource group's region.\n - `addressSpace`: Optional. A list of CIDR blocks that define the address spaces of the virtual network.\n - `subnets`: Optional. An array of subnets to be created within the virtual network, each defined by a name and a CIDR block.\n\nExample usage:\n```typescript\nconst network = new Network(this, 'MyVirtualNetwork', {\nresourceGroup: myResourceGroup,\nname: 'myVNet',\nlocation: 'West US',\naddressSpace: ['10.0.0.0/16'],\nsubnets: [{ name: 'subnet1', addressPrefixes: ['10.0.1.0/24'] }]\n});\n```\nThis class initializes a virtual network with the specified configurations and handles the provisioning of subnets\nwithin the network, providing a foundational networking layer for hosting cloud resources.",
17110
+ "remarks": "These include:\n - `resourceGroup`: Optional. Reference to the resource group for deployment.\n - `name`: Optional. The name of the virtual network. If not provided, a default name will be assigned.\n - `location`: Optional. The Azure region where the virtual network will be deployed. Defaults to the resource group's region.\n - `addressSpace`: Optional. A list of CIDR blocks that define the address spaces of the virtual network.\n - `subnets`: Optional. An array of subnets to be created within the virtual network, each defined by a name and a CIDR block.\n\nExample usage:\n```typescript\nconst network = new Network(this, 'MyVirtualNetwork', {\nresourceGroup: myResourceGroup,\nname: 'myVNet',\nlocation: 'West US',\naddressSpace: ['10.0.0.0/16'],\nsubnets: [{ name: 'subnet1', addressPrefixes: ['10.0.1.0/24'] }]\n});\n```\nThis class initializes a virtual network with the specified configurations and handles the provisioning of subnets\nwithin the network, providing a foundational networking layer for hosting cloud resources.",
17059
17111
  "summary": "- Configuration properties for the Azure Virtual Network, derived from the NetworkProps interface."
17060
17112
  },
17061
17113
  "name": "props",
@@ -17068,7 +17120,7 @@
17068
17120
  "kind": "class",
17069
17121
  "locationInModule": {
17070
17122
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17071
- "line": 58
17123
+ "line": 59
17072
17124
  },
17073
17125
  "methods": [
17074
17126
  {
@@ -17079,7 +17131,7 @@
17079
17131
  },
17080
17132
  "locationInModule": {
17081
17133
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17082
- "line": 167
17134
+ "line": 169
17083
17135
  },
17084
17136
  "name": "addVnetPeering",
17085
17137
  "parameters": [
@@ -17127,7 +17179,7 @@
17127
17179
  "immutable": true,
17128
17180
  "locationInModule": {
17129
17181
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17130
- "line": 60
17182
+ "line": 61
17131
17183
  },
17132
17184
  "name": "name",
17133
17185
  "type": {
@@ -17141,7 +17193,7 @@
17141
17193
  "immutable": true,
17142
17194
  "locationInModule": {
17143
17195
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17144
- "line": 59
17196
+ "line": 60
17145
17197
  },
17146
17198
  "name": "props",
17147
17199
  "type": {
@@ -17155,7 +17207,7 @@
17155
17207
  "immutable": true,
17156
17208
  "locationInModule": {
17157
17209
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17158
- "line": 64
17210
+ "line": 65
17159
17211
  },
17160
17212
  "name": "subnets",
17161
17213
  "type": {
@@ -17174,7 +17226,7 @@
17174
17226
  "immutable": true,
17175
17227
  "locationInModule": {
17176
17228
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17177
- "line": 63
17229
+ "line": 64
17178
17230
  },
17179
17231
  "name": "virtualNetwork",
17180
17232
  "type": {
@@ -17187,7 +17239,7 @@
17187
17239
  },
17188
17240
  "locationInModule": {
17189
17241
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17190
- "line": 62
17242
+ "line": 63
17191
17243
  },
17192
17244
  "name": "id",
17193
17245
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -17201,7 +17253,7 @@
17201
17253
  },
17202
17254
  "locationInModule": {
17203
17255
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17204
- "line": 61
17256
+ "line": 62
17205
17257
  },
17206
17258
  "name": "resourceGroup",
17207
17259
  "overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
@@ -17228,22 +17280,6 @@
17228
17280
  "name": "NetworkProps",
17229
17281
  "namespace": "azure_virtualnetwork",
17230
17282
  "properties": [
17231
- {
17232
- "abstract": true,
17233
- "docs": {
17234
- "stability": "stable",
17235
- "summary": "The name of the resource group under which the virtual network will be created."
17236
- },
17237
- "immutable": true,
17238
- "locationInModule": {
17239
- "filename": "src/azure-virtualnetwork/lib/network.ts",
17240
- "line": 31
17241
- },
17242
- "name": "resourceGroup",
17243
- "type": {
17244
- "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
17245
- }
17246
- },
17247
17283
  {
17248
17284
  "abstract": true,
17249
17285
  "docs": {
@@ -17254,7 +17290,7 @@
17254
17290
  "immutable": true,
17255
17291
  "locationInModule": {
17256
17292
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17257
- "line": 49
17293
+ "line": 50
17258
17294
  },
17259
17295
  "name": "addressSpace",
17260
17296
  "optional": true,
@@ -17276,7 +17312,7 @@
17276
17312
  "immutable": true,
17277
17313
  "locationInModule": {
17278
17314
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17279
- "line": 43
17315
+ "line": 44
17280
17316
  },
17281
17317
  "name": "location",
17282
17318
  "optional": true,
@@ -17294,7 +17330,7 @@
17294
17330
  "immutable": true,
17295
17331
  "locationInModule": {
17296
17332
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17297
- "line": 37
17333
+ "line": 38
17298
17334
  },
17299
17335
  "name": "name",
17300
17336
  "optional": true,
@@ -17302,6 +17338,24 @@
17302
17338
  "primitive": "string"
17303
17339
  }
17304
17340
  },
17341
+ {
17342
+ "abstract": true,
17343
+ "docs": {
17344
+ "remarks": "If not provided, the Virtual Machine will be deployed in the default resource group.",
17345
+ "stability": "stable",
17346
+ "summary": "An optional reference to the resource group in which to deploy the Virtual Machine."
17347
+ },
17348
+ "immutable": true,
17349
+ "locationInModule": {
17350
+ "filename": "src/azure-virtualnetwork/lib/network.ts",
17351
+ "line": 32
17352
+ },
17353
+ "name": "resourceGroup",
17354
+ "optional": true,
17355
+ "type": {
17356
+ "fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
17357
+ }
17358
+ },
17305
17359
  {
17306
17360
  "abstract": true,
17307
17361
  "docs": {
@@ -17312,7 +17366,7 @@
17312
17366
  "immutable": true,
17313
17367
  "locationInModule": {
17314
17368
  "filename": "src/azure-virtualnetwork/lib/network.ts",
17315
- "line": 55
17369
+ "line": 56
17316
17370
  },
17317
17371
  "name": "subnets",
17318
17372
  "optional": true,
@@ -18291,6 +18345,6 @@
18291
18345
  "symbolId": "src/core-azure/lib/rbac:RbacProps"
18292
18346
  }
18293
18347
  },
18294
- "version": "0.0.3-pre.10",
18295
- "fingerprint": "Ab2/jBy3tNlprmd8e1m3bSSnMrLJvIP5SnNmJ+us1MY="
18348
+ "version": "0.0.3-pre.11",
18349
+ "fingerprint": "uskgGgo3Z44JhchpJ6LQnE0TTqOQ3QF8Y13EKhFwaTs="
18296
18350
  }