@microsoft/terraform-cdk-constructs 0.0.3-pre.10 → 0.0.3-pre.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +858 -681
- package/API.md +499 -405
- package/README.md +4 -5
- package/docs/testing.md +39 -137
- package/lib/azure-actiongroup/lib/actiongroup.d.ts +1 -1
- package/lib/azure-actiongroup/lib/actiongroup.js +4 -4
- package/lib/azure-actiongroup/model/action-group-props.d.ts +3 -2
- package/lib/azure-actiongroup/model/action-group-props.js +1 -1
- package/lib/azure-actiongroup/test/AzureActionGroup.integ.js +66 -0
- package/lib/azure-actiongroup/test/AzureActionGroup.spec.js +5 -33
- package/lib/azure-applicationgateway/lib/gateway.d.ts +5 -3
- package/lib/azure-applicationgateway/lib/gateway.js +14 -7
- package/lib/azure-applicationgateway/test/AzureApplicationGateway.integ.d.ts +1 -0
- package/lib/azure-applicationgateway/test/AzureApplicationGateway.integ.js +272 -0
- package/lib/azure-applicationgateway/test/AzureApplicationGateway.spec.js +3 -35
- package/lib/azure-applicationinsights/lib/appinsights.d.ts +4 -3
- package/lib/azure-applicationinsights/lib/appinsights.js +6 -6
- package/lib/azure-applicationinsights/test/AzureAppInsights.integ.d.ts +1 -0
- package/lib/azure-applicationinsights/test/AzureAppInsights.integ.js +101 -0
- package/lib/azure-applicationinsights/test/AzureAppInsights.spec.js +4 -27
- package/lib/azure-containerregistry/lib/registry.d.ts +4 -3
- package/lib/azure-containerregistry/lib/registry.js +5 -5
- package/lib/azure-containerregistry/test/AzureContainerRegistry.integ.d.ts +1 -0
- package/lib/azure-containerregistry/test/AzureContainerRegistry.integ.js +68 -0
- package/lib/azure-containerregistry/test/AzureContainerRegistry.spec.js +4 -23
- package/lib/azure-datalake/lib/datalake.d.ts +1 -0
- package/lib/azure-datalake/lib/datalake.js +2 -1
- package/lib/azure-datalake/test/AzureDatalake.spec.d.ts +1 -0
- package/lib/azure-datalake/test/AzureDatalake.spec.js +32 -0
- package/lib/azure-datalake/test/AzureStorageAccount.integ.d.ts +1 -0
- package/lib/azure-datalake/test/AzureStorageAccount.integ.js +60 -0
- package/lib/azure-eventhub/lib/authorization.js +1 -1
- package/lib/azure-eventhub/lib/consumer.js +1 -1
- package/lib/azure-eventhub/lib/{cluster.d.ts → eventhubcluster.d.ts} +11 -7
- package/lib/azure-eventhub/lib/eventhubcluster.js +64 -0
- package/lib/azure-eventhub/lib/index.d.ts +1 -1
- package/lib/azure-eventhub/lib/index.js +2 -2
- package/lib/azure-eventhub/lib/instance.d.ts +1 -0
- package/lib/azure-eventhub/lib/instance.js +5 -4
- package/lib/azure-eventhub/lib/kusto-connection.js +1 -1
- package/lib/azure-eventhub/lib/namespace.d.ts +7 -6
- package/lib/azure-eventhub/lib/namespace.js +24 -26
- package/lib/azure-eventhub/test/AzureEventhub.integ.d.ts +1 -0
- package/lib/azure-eventhub/test/AzureEventhub.integ.js +72 -0
- package/lib/azure-eventhub/test/AzureEventhub.spec.js +4 -27
- package/lib/azure-functionapp/lib/functionapplinux.js +1 -1
- package/lib/azure-functionapp/test/AzureLinuxFunctionApp.integ.d.ts +1 -0
- package/lib/azure-functionapp/test/AzureLinuxFunctionApp.integ.js +117 -0
- package/lib/azure-functionapp/test/AzureLinuxFunctionApp.spec.js +4 -21
- package/lib/azure-keyvault/lib/certificate.js +2 -2
- package/lib/azure-keyvault/lib/key.js +1 -1
- package/lib/azure-keyvault/lib/policy.js +1 -1
- package/lib/azure-keyvault/lib/secret.js +1 -1
- package/lib/azure-keyvault/lib/vault.d.ts +3 -2
- package/lib/azure-keyvault/lib/vault.js +4 -4
- package/lib/azure-keyvault/test/AzureKeyVault.integ.d.ts +1 -0
- package/lib/azure-keyvault/test/AzureKeyVault.integ.js +119 -0
- package/lib/azure-keyvault/test/AzureKeyVault.spec.js +4 -35
- package/lib/azure-kubernetes/lib/cluster.js +1 -1
- package/lib/azure-kubernetes/test/AzureKubernetesCluster.integ.d.ts +1 -0
- package/lib/azure-kubernetes/test/AzureKubernetesCluster.integ.js +75 -0
- package/lib/azure-kubernetes/test/AzureKubernetesCluster.spec.js +4 -21
- package/lib/azure-kusto/lib/cluster.d.ts +9 -5
- package/lib/azure-kusto/lib/cluster.js +66 -42
- package/lib/azure-kusto/lib/compute-specification.js +1 -1
- package/lib/azure-kusto/lib/database.d.ts +7 -8
- package/lib/azure-kusto/lib/database.js +23 -25
- package/lib/azure-kusto/test/AzureKusto.integ.d.ts +1 -0
- package/lib/azure-kusto/test/AzureKusto.integ.js +74 -0
- package/lib/azure-kusto/test/AzureKusto.spec.js +3 -22
- package/lib/azure-loganalytics/lib/workspace.d.ts +6 -3
- package/lib/azure-loganalytics/lib/workspace.js +7 -6
- package/lib/azure-loganalytics/test/AzureLogAnalytics.integ.d.ts +1 -0
- package/lib/azure-loganalytics/test/AzureLogAnalytics.integ.js +117 -0
- package/lib/azure-loganalytics/test/AzureLogAnalytics.spec.js +4 -23
- package/lib/azure-metricalert/lib/metric-alert.js +1 -1
- package/lib/azure-metricalert/test/AzureMetricAlert.integ.d.ts +1 -0
- package/lib/azure-metricalert/test/AzureMetricAlert.integ.js +85 -0
- package/lib/azure-metricalert/test/AzureMetricAlert.spec.js +4 -21
- package/lib/azure-networksecuritygroup/lib/preconfigured-rules.js +1 -1
- package/lib/azure-networksecuritygroup/lib/securitygroup.d.ts +4 -3
- package/lib/azure-networksecuritygroup/lib/securitygroup.js +7 -7
- package/lib/azure-networksecuritygroup/test/AzureNetworkSecurityGroup.integ.d.ts +1 -0
- package/lib/azure-networksecuritygroup/test/AzureNetworkSecurityGroup.integ.js +85 -0
- package/lib/azure-networksecuritygroup/test/AzureNetworkSecurityGroup.spec.js +4 -23
- package/lib/azure-queryrulealert/lib/query-rule-alert.js +1 -1
- package/lib/azure-queryrulealert/test/AzureQueryRuleAlert.integ.d.ts +1 -0
- package/lib/azure-queryrulealert/test/AzureQueryRuleAlert.integ.js +63 -0
- package/lib/azure-queryrulealert/test/AzureQueryRuleAlert.spec.js +4 -21
- package/lib/azure-resourcegroup/lib/resource-group.js +1 -1
- package/lib/azure-resourcegroup/test/AzureResourceGroup.integ.d.ts +1 -0
- package/lib/azure-resourcegroup/test/AzureResourceGroup.integ.js +41 -0
- package/lib/azure-resourcegroup/test/AzureResourceGroup.spec.js +4 -17
- package/lib/azure-storageaccount/lib/account.d.ts +5 -0
- package/lib/azure-storageaccount/lib/account.js +3 -2
- package/lib/azure-storageaccount/lib/container.js +2 -2
- package/lib/azure-storageaccount/lib/fileshare.js +2 -2
- package/lib/azure-storageaccount/lib/queue.js +1 -1
- package/lib/azure-storageaccount/lib/table.js +1 -1
- package/lib/azure-storageaccount/test/AzureStorageAccount.integ.d.ts +1 -0
- package/lib/azure-storageaccount/test/AzureStorageAccount.integ.js +84 -0
- package/lib/azure-storageaccount/test/AzureStorageAccount.spec.js +4 -17
- package/lib/azure-virtualmachine/lib/image-references.js +2 -2
- package/lib/azure-virtualmachine/lib/vm.d.ts +29 -6
- package/lib/azure-virtualmachine/lib/vm.js +17 -15
- package/lib/azure-virtualmachine/test/AzureLinuxVirtualMachine.integ.d.ts +1 -0
- package/lib/azure-virtualmachine/test/AzureLinuxVirtualMachine.integ.js +109 -0
- package/lib/azure-virtualmachine/test/AzureLinuxVirtualMachine.spec.js +5 -25
- package/lib/azure-virtualmachine/test/AzureWindowsVirtualMachine.integ.d.ts +1 -0
- package/lib/azure-virtualmachine/test/AzureWindowsVirtualMachine.integ.js +105 -0
- package/lib/azure-virtualmachine/test/AzureWindowsVirtualMachine.spec.js +4 -23
- package/lib/azure-virtualmachinescaleset/lib/cluster.d.ts +28 -6
- package/lib/azure-virtualmachinescaleset/lib/cluster.js +13 -11
- package/lib/azure-virtualmachinescaleset/test/AzureLinuxVirtualMachineScaleSet.integ.d.ts +1 -0
- package/lib/azure-virtualmachinescaleset/test/AzureLinuxVirtualMachineScaleSet.integ.js +113 -0
- package/lib/azure-virtualmachinescaleset/test/AzureLinuxVirtualMachineScaleSet.spec.js +5 -25
- package/lib/azure-virtualmachinescaleset/test/AzureWindowsVirtualMachineScaleSet.integ.d.ts +1 -0
- package/lib/azure-virtualmachinescaleset/test/AzureWindowsVirtualMachineScaleSet.integ.js +109 -0
- package/lib/azure-virtualmachinescaleset/test/AzureWindowsVirtualMachineScaleSet.spec.js +4 -23
- package/lib/azure-virtualnetwork/lib/network.d.ts +4 -3
- package/lib/azure-virtualnetwork/lib/network.js +7 -6
- package/lib/azure-virtualnetwork/lib/peering.js +1 -1
- package/lib/azure-virtualnetwork/test/AzureVirtualNetwork.integ.d.ts +1 -0
- package/lib/azure-virtualnetwork/test/AzureVirtualNetwork.integ.js +92 -0
- package/lib/azure-virtualnetwork/test/AzureVirtualNetwork.spec.js +5 -25
- package/lib/core-azure/lib/diagsettings.d.ts +3 -2
- package/lib/core-azure/lib/diagsettings.js +15 -21
- package/lib/core-azure/lib/rbac.js +1 -1
- package/lib/core-azure/lib/resource.js +6 -4
- package/lib/core-azure/test/AzureResource.integ.d.ts +1 -0
- package/lib/core-azure/test/AzureResource.integ.js +75 -0
- package/lib/testing/index.d.ts +34 -0
- package/lib/testing/index.js +235 -2
- package/package.json +32 -11
- package/cdktf.out/manifest.json +0 -13
- package/cdktf.out/stacks/testAzureActionGroup/cdk.tf.json +0 -111
- package/cdktf.out/stacks/testAzureApplicationGateway/cdk.tf.json +0 -588
- package/cdktf.out/stacks/testAzureApplicationInsights/cdk.tf.json +0 -245
- package/cdktf.out/stacks/testAzureContainerRegistry/cdk.tf.json +0 -179
- package/cdktf.out/stacks/testAzureEventhub/cdk.tf.json +0 -236
- package/cdktf.out/stacks/testAzureKeyVault/cdk.tf.json +0 -436
- package/cdktf.out/stacks/testAzureKubernetesCluster/cdk.tf.json +0 -152
- package/cdktf.out/stacks/testAzureKusto/cdk.tf.json +0 -209
- package/cdktf.out/stacks/testAzureLinuxFunctionApp/cdk.tf.json +0 -439
- package/cdktf.out/stacks/testAzureLinuxVirtualMachineExample/cdk.tf.json +0 -283
- package/cdktf.out/stacks/testAzureLinuxVirtualMachineScaleSetExample/cdk.tf.json +0 -261
- package/cdktf.out/stacks/testAzureLogAnalytics/cdk.tf.json +0 -309
- package/cdktf.out/stacks/testAzureMetricAlert/cdk.tf.json +0 -161
- package/cdktf.out/stacks/testAzureNetworkSecurityGroup/cdk.tf.json +0 -271
- package/cdktf.out/stacks/testAzureQueryRuleAlert/cdk.tf.json +0 -122
- package/cdktf.out/stacks/testAzureResourceGroup/cdk.tf.json +0 -88
- package/cdktf.out/stacks/testAzureStorageAccount/cdk.tf.json +0 -339
- package/cdktf.out/stacks/testAzureVirtualNetwork/cdk.tf.json +0 -264
- package/cdktf.out/stacks/testAzureWindowVirtualMachineScaleSetExample/cdk.tf.json +0 -261
- package/cdktf.out/stacks/testAzureWindowsVirtualMachineExample/cdk.tf.json +0 -280
- package/cdktf.out/stacks/testExampleAzureResource/cdk.tf.json +0 -167
- package/lib/azure-actiongroup/test/ExampleAzureActionGroup.d.ts +0 -5
- package/lib/azure-actiongroup/test/ExampleAzureActionGroup.js +0 -66
- package/lib/azure-applicationgateway/test/ExampleAzureApplicationGateway.d.ts +0 -5
- package/lib/azure-applicationgateway/test/ExampleAzureApplicationGateway.js +0 -267
- package/lib/azure-applicationinsights/test/ExampleAzureApplicationInsights.d.ts +0 -5
- package/lib/azure-applicationinsights/test/ExampleAzureApplicationInsights.js +0 -87
- package/lib/azure-containerregistry/test/ExampleAzureContainerRegistry.d.ts +0 -5
- package/lib/azure-containerregistry/test/ExampleAzureContainerRegistry.js +0 -57
- package/lib/azure-eventhub/lib/cluster.js +0 -64
- package/lib/azure-eventhub/test/ExampleAzureEventhub.d.ts +0 -5
- package/lib/azure-eventhub/test/ExampleAzureEventhub.js +0 -72
- package/lib/azure-functionapp/test/ExampleAzureLinuxFunctionApp.d.ts +0 -5
- package/lib/azure-functionapp/test/ExampleAzureLinuxFunctionApp.js +0 -123
- package/lib/azure-keyvault/test/ExampleAzureKeyVault.d.ts +0 -5
- package/lib/azure-keyvault/test/ExampleAzureKeyVault.js +0 -112
- package/lib/azure-kubernetes/test/ExampleAzureKubernetesCluster.d.ts +0 -5
- package/lib/azure-kubernetes/test/ExampleAzureKubernetesCluster.js +0 -65
- package/lib/azure-kusto/test/ExampleAzureKusto.d.ts +0 -5
- package/lib/azure-kusto/test/ExampleAzureKusto.js +0 -71
- package/lib/azure-loganalytics/test/ExampleAzureLogAnalytics.d.ts +0 -5
- package/lib/azure-loganalytics/test/ExampleAzureLogAnalytics.js +0 -115
- package/lib/azure-metricalert/test/ExampleAzureMetricAlert.d.ts +0 -5
- package/lib/azure-metricalert/test/ExampleAzureMetricAlert.js +0 -81
- package/lib/azure-networksecuritygroup/test/ExampleAzureNetworkSecurityGroup.d.ts +0 -5
- package/lib/azure-networksecuritygroup/test/ExampleAzureNetworkSecurityGroup.js +0 -97
- package/lib/azure-queryrulealert/test/ExampleAzureQueryRuleAlert.d.ts +0 -5
- package/lib/azure-queryrulealert/test/ExampleAzureQueryRuleAlert.js +0 -67
- package/lib/azure-resourcegroup/test/ExampleAzureResourceGroup.d.ts +0 -5
- package/lib/azure-resourcegroup/test/ExampleAzureResourceGroup.js +0 -29
- package/lib/azure-storageaccount/test/ExampleAzureStorageAccount.d.ts +0 -5
- package/lib/azure-storageaccount/test/ExampleAzureStorageAccount.js +0 -102
- package/lib/azure-virtualmachine/test/ExampleAzureLinuxVirtualMachine.d.ts +0 -5
- package/lib/azure-virtualmachine/test/ExampleAzureLinuxVirtualMachine.js +0 -106
- package/lib/azure-virtualmachine/test/ExampleAzureWindowsVirtualMachine.d.ts +0 -5
- package/lib/azure-virtualmachine/test/ExampleAzureWindowsVirtualMachine.js +0 -102
- package/lib/azure-virtualmachinescaleset/test/ExampleAzureLinuxVirtualMachineScaleSet.d.ts +0 -5
- package/lib/azure-virtualmachinescaleset/test/ExampleAzureLinuxVirtualMachineScaleSet.js +0 -107
- package/lib/azure-virtualmachinescaleset/test/ExampleAzureWindowsVirtualMachineScaleSet.d.ts +0 -5
- package/lib/azure-virtualmachinescaleset/test/ExampleAzureWindowsVirtualMachineScaleSet.js +0 -103
- package/lib/azure-virtualnetwork/test/ExampleAzureVirtualNetwork.d.ts +0 -5
- package/lib/azure-virtualnetwork/test/ExampleAzureVirtualNetwork.js +0 -88
- package/lib/core-azure/test/AzureResource.spec.js +0 -19
- package/lib/core-azure/test/ExampleAzureResource.d.ts +0 -5
- package/lib/core-azure/test/ExampleAzureResource.js +0 -67
- package/tfsec.json +0 -4
- /package/lib/{core-azure/test/AzureResource.spec.d.ts → azure-actiongroup/test/AzureActionGroup.integ.d.ts} +0 -0
package/.jsii
CHANGED
|
@@ -1470,7 +1470,7 @@
|
|
|
1470
1470
|
},
|
|
1471
1471
|
"name": "@microsoft/terraform-cdk-constructs",
|
|
1472
1472
|
"readme": {
|
|
1473
|
-
"markdown": "# Azure Terraform CDK Constructs\nWelcome to the Azure Terraform CDK Constructs project! This library offers a comprehensive suite of L2 Constructs designed to simplify and enhance the experience of building and managing Azure infrastructure with the Cloud Development Kit for Terraform (CDKTF).\n\n## Benefits of Using L2 Constructs\n\nWith L2 Constructs, you get the following benefits:\n\n- **Abstraction**: Higher-level abstractions over Azure resources make your infrastructure code more declarative and easier to understand.\n- **Reusability**: Encapsulate common patterns and best practices in your infrastructure code, promoting reusability across different projects and teams.\n- **Rapid Development**: Accelerate your cloud development process with pre-built constructs that have been tested for common use cases, allowing you to focus on your unique application logic.\n- **Direct IDE Integration**: Access detailed documentation directly within your Integrated Development Environment (IDE), streamlining your development workflow: .\n\n## Benefits of Using L2 Constructs\n\nWith L2 Constructs, you get the following benefits:\n\n- **Abstraction**: Higher-level abstractions over Azure resources make your infrastructure code more declarative and easier to understand.\n- **Reusability**: Encapsulate common patterns and best practices in your infrastructure code, promoting reusability across different projects and teams.\n- **Rapid Development**: Accelerate your cloud development process with pre-built constructs that have been tested for common use cases, allowing you to focus on your unique application logic.\n- **Direct IDE Integration**: Access detailed documentation directly within your Integrated Development Environment (IDE), streamlining your development workflow: \n\n\n## Quick Example\n\nThis is a quick example that showcases the simplicity and power of L2 Constructs. We'll create a storage account, add a container to it, and then upload a blob—all with a few lines of intuitive, object-oriented code:\n\n```typescript\n\n// Create a new instance of a storage account as an object\nconst sa = new azcdk.azure_storageaccount.Account(stack, \"storageaccount\", {\n name: \"testStorageAccount\",\n location: \"eastus\",\n});\n\n// Add a container to the storage account by calling a method on the storage account object\nconst container = sa.addContainer(\"testcontainer\");\n\n// Add a blob to the container by calling a method on the container object\n// The path \"../../../test.txt\" points to the source file to be uploaded as a blob\ncontainer.addBlob(\"testblob.txt\", \"../../../test.txt\");\n```\n\n\n\n## Getting Started\n\nThis guide will walk you through the process of using the Azure L2 Constructs to define and provision infrastructure on Azure.\n\n### Prerequisites\nMake sure you have Node.js and npm installed on your machine. These will be used to install the CDK for Terraform and Azure provider packages.\n\n### Installation\n\nFirst, install the CDK for Terraform CLI globally using npm:\n\n```sh\nnpm install -g cdktf-cli\n```\n\nNext, initialize a new CDK for Terraform project with TypeScript template:\n```sh\ncdktf init --template=\"TypeScript\" --local\n```\nInstall the AzureRM provider for CDKTF:\n\n```sh\nnpm install @cdktf/provider-azurerm\n```\n\nThen, add the Microsoft Terraform CDK constructs for Azure:\n\n```sh\nnpm install @micrsoft/terraform-cdk-constructs\n\n```\n\n\n### Example 1: Creating a Storage Account\nNow let's create a simple Azure storage account. The following TypeScript snippet defines a storage account resource using the CDKTF:\n\n```typescript\n// Import necessary modules and classes\nimport * as azcdk from \"@microsoft/terraform-cdk-constructs\";\nimport { Construct } from 'constructs';\nimport { App, TerraformStack } from 'cdktf';\nimport { AzurermProvider } from \"@cdktf/provider-azurerm/lib/provider\";\n\n// Define a new Terraform stack\nclass AzureAppInfra extends TerraformStack {\n constructor(scope: Construct, name: string) {\n super(scope, name);\n\n // Initialize Azure provider\n new AzurermProvider(this, \"azureFeature\", { features: {} });\n\n // Create a new Azure storage account with the specified name and location\n new azcdk.azure_storageaccount.Account(this, \"storageaccount\", {\n name: \"test42348808\",\n location: \"eastus\",\n });\n }\n}\n\n// Initialize the CDK app and synthesize Terraform configurations\nconst app = new App();\nnew AzureAppInfra(app, 'cdk');\napp.synth();\n```\nAfter defining your infrastructure, generate the Terraform configuration files:\n```sh\ncdktf synth\n```\nFinally, deploy your infrastructure to Azure:\n\n```sh\ncdktf deploy\n```\n## Supported Languages\n\nCurrently, our CDK L2 constructs are available in the following languages:\n\n| Language | Status |\n|------------|--------------|\n| TypeScript | [Available](https://www.npmjs.com/package/@microsoft/terraform-cdk-constructs) |\n| Python | [Available](https://pypi.org/project/microsoft-cdktfconstructs/) |\n| Java | Coming soon |\n| C# | [Available](https://www.nuget.org/packages/Microsoft.Cdktf.Azure.TFConstructs) |\n\nStay tuned for updates as we work to expand support to other popular programming languages!\n\n\n## Contributing\n\nThis project welcomes contributions and suggestions. Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.\n\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\nWe welcome contributions to this project! See our documentation on [how to get started contributing](./docs/CONTRIBUTING.md).\n\n## Code Spaces\n\nTo open this repository in a Code Space, click the button below:\n\n[](https://github.com/microsoft/terraform-azure-cdk-modules/codespaces)\n\n## Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft\ntrademarks or logos is subject to and must follow\n[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).\nUse of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.\nAny use of third-party trademarks or logos are subject to those third-party's policies.\n"
|
|
1474
1474
|
},
|
|
1475
1475
|
"repository": {
|
|
1476
1476
|
"type": "git",
|
|
@@ -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.terraformcdkconstructs"
|
|
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":
|
|
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`:
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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`:
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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
|
|
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":
|
|
2748
|
+
"line": 46
|
|
2718
2749
|
},
|
|
2719
|
-
"name": "
|
|
2750
|
+
"name": "dailyDataCapInGb",
|
|
2751
|
+
"optional": true,
|
|
2720
2752
|
"type": {
|
|
2721
|
-
"
|
|
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
|
|
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":
|
|
2765
|
+
"line": 50
|
|
2734
2766
|
},
|
|
2735
|
-
"name": "
|
|
2767
|
+
"name": "dailyDataCapNotificationDisabled",
|
|
2736
2768
|
"optional": true,
|
|
2737
2769
|
"type": {
|
|
2738
|
-
"primitive": "
|
|
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": "
|
|
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":
|
|
2783
|
+
"line": 28
|
|
2751
2784
|
},
|
|
2752
|
-
"name": "
|
|
2785
|
+
"name": "resourceGroup",
|
|
2753
2786
|
"optional": true,
|
|
2754
2787
|
"type": {
|
|
2755
|
-
"
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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`:
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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": "
|
|
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":
|
|
3010
|
+
"line": 32
|
|
2978
3011
|
},
|
|
2979
|
-
"name": "
|
|
3012
|
+
"name": "adminEnabled",
|
|
3013
|
+
"optional": true,
|
|
2980
3014
|
"type": {
|
|
2981
|
-
"
|
|
3015
|
+
"primitive": "boolean"
|
|
2982
3016
|
}
|
|
2983
3017
|
},
|
|
2984
3018
|
{
|
|
2985
3019
|
"abstract": true,
|
|
2986
3020
|
"docs": {
|
|
2987
3021
|
"stability": "stable",
|
|
2988
|
-
"summary": "
|
|
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":
|
|
3027
|
+
"line": 36
|
|
2994
3028
|
},
|
|
2995
|
-
"name": "
|
|
3029
|
+
"name": "geoReplicationLocations",
|
|
2996
3030
|
"optional": true,
|
|
2997
3031
|
"type": {
|
|
2998
|
-
"primitive": "
|
|
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": "
|
|
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":
|
|
3045
|
+
"line": 20
|
|
3011
3046
|
},
|
|
3012
|
-
"name": "
|
|
3047
|
+
"name": "resourceGroup",
|
|
3013
3048
|
"optional": true,
|
|
3014
3049
|
"type": {
|
|
3015
|
-
"
|
|
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":
|
|
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":
|
|
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/
|
|
3618
|
-
"line":
|
|
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`:
|
|
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": "
|
|
3679
|
+
"name": "props",
|
|
3645
3680
|
"type": {
|
|
3646
|
-
"fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.
|
|
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/
|
|
3654
|
-
"line":
|
|
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/
|
|
3666
|
-
"line":
|
|
3700
|
+
"filename": "src/azure-eventhub/lib/eventhubcluster.ts",
|
|
3701
|
+
"line": 29
|
|
3667
3702
|
},
|
|
3668
|
-
"name": "
|
|
3703
|
+
"name": "props",
|
|
3669
3704
|
"type": {
|
|
3670
|
-
"fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.
|
|
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/
|
|
3679
|
-
"line":
|
|
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/
|
|
3693
|
-
"line":
|
|
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/
|
|
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",
|
|
@@ -3991,7 +4029,7 @@
|
|
|
3991
4029
|
},
|
|
3992
4030
|
"locationInModule": {
|
|
3993
4031
|
"filename": "src/azure-eventhub/lib/instance.ts",
|
|
3994
|
-
"line":
|
|
4032
|
+
"line": 86
|
|
3995
4033
|
},
|
|
3996
4034
|
"parameters": [
|
|
3997
4035
|
{
|
|
@@ -4039,7 +4077,7 @@
|
|
|
4039
4077
|
},
|
|
4040
4078
|
"locationInModule": {
|
|
4041
4079
|
"filename": "src/azure-eventhub/lib/instance.ts",
|
|
4042
|
-
"line":
|
|
4080
|
+
"line": 158
|
|
4043
4081
|
},
|
|
4044
4082
|
"name": "addAuthorizationRule",
|
|
4045
4083
|
"parameters": [
|
|
@@ -4072,7 +4110,7 @@
|
|
|
4072
4110
|
},
|
|
4073
4111
|
"locationInModule": {
|
|
4074
4112
|
"filename": "src/azure-eventhub/lib/instance.ts",
|
|
4075
|
-
"line":
|
|
4113
|
+
"line": 191
|
|
4076
4114
|
},
|
|
4077
4115
|
"name": "addConsumerGroup",
|
|
4078
4116
|
"parameters": [
|
|
@@ -4113,7 +4151,7 @@
|
|
|
4113
4151
|
},
|
|
4114
4152
|
"locationInModule": {
|
|
4115
4153
|
"filename": "src/azure-eventhub/lib/instance.ts",
|
|
4116
|
-
"line":
|
|
4154
|
+
"line": 239
|
|
4117
4155
|
},
|
|
4118
4156
|
"name": "addKustoDataConnection",
|
|
4119
4157
|
"parameters": [
|
|
@@ -4175,6 +4213,20 @@
|
|
|
4175
4213
|
"filename": "src/azure-eventhub/lib/instance.ts",
|
|
4176
4214
|
"line": 54
|
|
4177
4215
|
},
|
|
4216
|
+
"name": "name",
|
|
4217
|
+
"type": {
|
|
4218
|
+
"primitive": "string"
|
|
4219
|
+
}
|
|
4220
|
+
},
|
|
4221
|
+
{
|
|
4222
|
+
"docs": {
|
|
4223
|
+
"stability": "stable"
|
|
4224
|
+
},
|
|
4225
|
+
"immutable": true,
|
|
4226
|
+
"locationInModule": {
|
|
4227
|
+
"filename": "src/azure-eventhub/lib/instance.ts",
|
|
4228
|
+
"line": 55
|
|
4229
|
+
},
|
|
4178
4230
|
"name": "partitionIds",
|
|
4179
4231
|
"type": {
|
|
4180
4232
|
"collection": {
|
|
@@ -4366,7 +4418,7 @@
|
|
|
4366
4418
|
},
|
|
4367
4419
|
"locationInModule": {
|
|
4368
4420
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4369
|
-
"line":
|
|
4421
|
+
"line": 127
|
|
4370
4422
|
},
|
|
4371
4423
|
"parameters": [
|
|
4372
4424
|
{
|
|
@@ -4388,11 +4440,7 @@
|
|
|
4388
4440
|
}
|
|
4389
4441
|
},
|
|
4390
4442
|
{
|
|
4391
|
-
"
|
|
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",
|
|
4443
|
+
"name": "props",
|
|
4396
4444
|
"type": {
|
|
4397
4445
|
"fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps"
|
|
4398
4446
|
}
|
|
@@ -4402,7 +4450,7 @@
|
|
|
4402
4450
|
"kind": "class",
|
|
4403
4451
|
"locationInModule": {
|
|
4404
4452
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4405
|
-
"line":
|
|
4453
|
+
"line": 77
|
|
4406
4454
|
},
|
|
4407
4455
|
"methods": [
|
|
4408
4456
|
{
|
|
@@ -4417,7 +4465,7 @@
|
|
|
4417
4465
|
},
|
|
4418
4466
|
"locationInModule": {
|
|
4419
4467
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4420
|
-
"line":
|
|
4468
|
+
"line": 201
|
|
4421
4469
|
},
|
|
4422
4470
|
"name": "addEventhubInstance",
|
|
4423
4471
|
"parameters": [
|
|
@@ -4449,11 +4497,11 @@
|
|
|
4449
4497
|
"immutable": true,
|
|
4450
4498
|
"locationInModule": {
|
|
4451
4499
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4452
|
-
"line":
|
|
4500
|
+
"line": 81
|
|
4453
4501
|
},
|
|
4454
|
-
"name": "
|
|
4502
|
+
"name": "name",
|
|
4455
4503
|
"type": {
|
|
4456
|
-
"
|
|
4504
|
+
"primitive": "string"
|
|
4457
4505
|
}
|
|
4458
4506
|
},
|
|
4459
4507
|
{
|
|
@@ -4463,11 +4511,11 @@
|
|
|
4463
4511
|
"immutable": true,
|
|
4464
4512
|
"locationInModule": {
|
|
4465
4513
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4466
|
-
"line":
|
|
4514
|
+
"line": 78
|
|
4467
4515
|
},
|
|
4468
|
-
"name": "
|
|
4516
|
+
"name": "props",
|
|
4469
4517
|
"type": {
|
|
4470
|
-
"
|
|
4518
|
+
"fqn": "@microsoft/terraform-cdk-constructs.azure_eventhub.NamespaceProps"
|
|
4471
4519
|
}
|
|
4472
4520
|
},
|
|
4473
4521
|
{
|
|
@@ -4476,7 +4524,7 @@
|
|
|
4476
4524
|
},
|
|
4477
4525
|
"locationInModule": {
|
|
4478
4526
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4479
|
-
"line":
|
|
4527
|
+
"line": 80
|
|
4480
4528
|
},
|
|
4481
4529
|
"name": "id",
|
|
4482
4530
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -4490,7 +4538,7 @@
|
|
|
4490
4538
|
},
|
|
4491
4539
|
"locationInModule": {
|
|
4492
4540
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4493
|
-
"line":
|
|
4541
|
+
"line": 79
|
|
4494
4542
|
},
|
|
4495
4543
|
"name": "resourceGroup",
|
|
4496
4544
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -4525,29 +4573,13 @@
|
|
|
4525
4573
|
"immutable": true,
|
|
4526
4574
|
"locationInModule": {
|
|
4527
4575
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4528
|
-
"line":
|
|
4576
|
+
"line": 17
|
|
4529
4577
|
},
|
|
4530
4578
|
"name": "name",
|
|
4531
4579
|
"type": {
|
|
4532
4580
|
"primitive": "string"
|
|
4533
4581
|
}
|
|
4534
4582
|
},
|
|
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
4583
|
{
|
|
4552
4584
|
"abstract": true,
|
|
4553
4585
|
"docs": {
|
|
@@ -4558,7 +4590,7 @@
|
|
|
4558
4590
|
"immutable": true,
|
|
4559
4591
|
"locationInModule": {
|
|
4560
4592
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4561
|
-
"line":
|
|
4593
|
+
"line": 32
|
|
4562
4594
|
},
|
|
4563
4595
|
"name": "autoInflateEnabled",
|
|
4564
4596
|
"optional": true,
|
|
@@ -4576,7 +4608,7 @@
|
|
|
4576
4608
|
"immutable": true,
|
|
4577
4609
|
"locationInModule": {
|
|
4578
4610
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4579
|
-
"line":
|
|
4611
|
+
"line": 27
|
|
4580
4612
|
},
|
|
4581
4613
|
"name": "capacity",
|
|
4582
4614
|
"optional": true,
|
|
@@ -4593,7 +4625,7 @@
|
|
|
4593
4625
|
"immutable": true,
|
|
4594
4626
|
"locationInModule": {
|
|
4595
4627
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4596
|
-
"line":
|
|
4628
|
+
"line": 70
|
|
4597
4629
|
},
|
|
4598
4630
|
"name": "identityIds",
|
|
4599
4631
|
"optional": true,
|
|
@@ -4617,7 +4649,7 @@
|
|
|
4617
4649
|
"immutable": true,
|
|
4618
4650
|
"locationInModule": {
|
|
4619
4651
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4620
|
-
"line":
|
|
4652
|
+
"line": 66
|
|
4621
4653
|
},
|
|
4622
4654
|
"name": "identityType",
|
|
4623
4655
|
"optional": true,
|
|
@@ -4636,7 +4668,7 @@
|
|
|
4636
4668
|
"immutable": true,
|
|
4637
4669
|
"locationInModule": {
|
|
4638
4670
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4639
|
-
"line":
|
|
4671
|
+
"line": 61
|
|
4640
4672
|
},
|
|
4641
4673
|
"name": "localAuthenticationEnabled",
|
|
4642
4674
|
"optional": true,
|
|
@@ -4655,7 +4687,7 @@
|
|
|
4655
4687
|
"immutable": true,
|
|
4656
4688
|
"locationInModule": {
|
|
4657
4689
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4658
|
-
"line":
|
|
4690
|
+
"line": 37
|
|
4659
4691
|
},
|
|
4660
4692
|
"name": "maximumThroughputUnits",
|
|
4661
4693
|
"optional": true,
|
|
@@ -4674,7 +4706,7 @@
|
|
|
4674
4706
|
"immutable": true,
|
|
4675
4707
|
"locationInModule": {
|
|
4676
4708
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4677
|
-
"line":
|
|
4709
|
+
"line": 51
|
|
4678
4710
|
},
|
|
4679
4711
|
"name": "minimumTlsVersion",
|
|
4680
4712
|
"optional": true,
|
|
@@ -4692,7 +4724,7 @@
|
|
|
4692
4724
|
"immutable": true,
|
|
4693
4725
|
"locationInModule": {
|
|
4694
4726
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4695
|
-
"line":
|
|
4727
|
+
"line": 56
|
|
4696
4728
|
},
|
|
4697
4729
|
"name": "publicNetworkAccessEnabled",
|
|
4698
4730
|
"optional": true,
|
|
@@ -4700,6 +4732,24 @@
|
|
|
4700
4732
|
"primitive": "boolean"
|
|
4701
4733
|
}
|
|
4702
4734
|
},
|
|
4735
|
+
{
|
|
4736
|
+
"abstract": true,
|
|
4737
|
+
"docs": {
|
|
4738
|
+
"remarks": "If not provided, the Event Hub Cluster will be deployed in the default resource group.",
|
|
4739
|
+
"stability": "stable",
|
|
4740
|
+
"summary": "An optional reference to the resource group in which to deploy the Event Hub Cluster."
|
|
4741
|
+
},
|
|
4742
|
+
"immutable": true,
|
|
4743
|
+
"locationInModule": {
|
|
4744
|
+
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4745
|
+
"line": 13
|
|
4746
|
+
},
|
|
4747
|
+
"name": "resourceGroup",
|
|
4748
|
+
"optional": true,
|
|
4749
|
+
"type": {
|
|
4750
|
+
"fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
|
|
4751
|
+
}
|
|
4752
|
+
},
|
|
4703
4753
|
{
|
|
4704
4754
|
"abstract": true,
|
|
4705
4755
|
"docs": {
|
|
@@ -4711,7 +4761,7 @@
|
|
|
4711
4761
|
"immutable": true,
|
|
4712
4762
|
"locationInModule": {
|
|
4713
4763
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4714
|
-
"line":
|
|
4764
|
+
"line": 22
|
|
4715
4765
|
},
|
|
4716
4766
|
"name": "sku",
|
|
4717
4767
|
"optional": true,
|
|
@@ -4728,7 +4778,7 @@
|
|
|
4728
4778
|
"immutable": true,
|
|
4729
4779
|
"locationInModule": {
|
|
4730
4780
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4731
|
-
"line":
|
|
4781
|
+
"line": 46
|
|
4732
4782
|
},
|
|
4733
4783
|
"name": "tags",
|
|
4734
4784
|
"optional": true,
|
|
@@ -4751,7 +4801,7 @@
|
|
|
4751
4801
|
"immutable": true,
|
|
4752
4802
|
"locationInModule": {
|
|
4753
4803
|
"filename": "src/azure-eventhub/lib/namespace.ts",
|
|
4754
|
-
"line":
|
|
4804
|
+
"line": 42
|
|
4755
4805
|
},
|
|
4756
4806
|
"name": "zoneRedundant",
|
|
4757
4807
|
"optional": true,
|
|
@@ -5907,7 +5957,7 @@
|
|
|
5907
5957
|
"kind": "interface",
|
|
5908
5958
|
"locationInModule": {
|
|
5909
5959
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
5910
|
-
"line":
|
|
5960
|
+
"line": 70
|
|
5911
5961
|
},
|
|
5912
5962
|
"name": "GrantCustomAccessOptions",
|
|
5913
5963
|
"namespace": "azure_keyvault",
|
|
@@ -5922,7 +5972,7 @@
|
|
|
5922
5972
|
"immutable": true,
|
|
5923
5973
|
"locationInModule": {
|
|
5924
5974
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
5925
|
-
"line":
|
|
5975
|
+
"line": 81
|
|
5926
5976
|
},
|
|
5927
5977
|
"name": "certificatePermissions",
|
|
5928
5978
|
"optional": true,
|
|
@@ -5945,7 +5995,7 @@
|
|
|
5945
5995
|
"immutable": true,
|
|
5946
5996
|
"locationInModule": {
|
|
5947
5997
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
5948
|
-
"line":
|
|
5998
|
+
"line": 87
|
|
5949
5999
|
},
|
|
5950
6000
|
"name": "keyPermissions",
|
|
5951
6001
|
"optional": true,
|
|
@@ -5968,7 +6018,7 @@
|
|
|
5968
6018
|
"immutable": true,
|
|
5969
6019
|
"locationInModule": {
|
|
5970
6020
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
5971
|
-
"line":
|
|
6021
|
+
"line": 75
|
|
5972
6022
|
},
|
|
5973
6023
|
"name": "secretPermissions",
|
|
5974
6024
|
"optional": true,
|
|
@@ -5991,7 +6041,7 @@
|
|
|
5991
6041
|
"immutable": true,
|
|
5992
6042
|
"locationInModule": {
|
|
5993
6043
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
5994
|
-
"line":
|
|
6044
|
+
"line": 93
|
|
5995
6045
|
},
|
|
5996
6046
|
"name": "storagePermissions",
|
|
5997
6047
|
"optional": true,
|
|
@@ -6715,7 +6765,7 @@
|
|
|
6715
6765
|
},
|
|
6716
6766
|
"locationInModule": {
|
|
6717
6767
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
6718
|
-
"line":
|
|
6768
|
+
"line": 129
|
|
6719
6769
|
},
|
|
6720
6770
|
"parameters": [
|
|
6721
6771
|
{
|
|
@@ -6751,7 +6801,7 @@
|
|
|
6751
6801
|
"kind": "class",
|
|
6752
6802
|
"locationInModule": {
|
|
6753
6803
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
6754
|
-
"line":
|
|
6804
|
+
"line": 96
|
|
6755
6805
|
},
|
|
6756
6806
|
"methods": [
|
|
6757
6807
|
{
|
|
@@ -6762,7 +6812,7 @@
|
|
|
6762
6812
|
},
|
|
6763
6813
|
"locationInModule": {
|
|
6764
6814
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
6765
|
-
"line":
|
|
6815
|
+
"line": 556
|
|
6766
6816
|
},
|
|
6767
6817
|
"name": "addCertIssuer",
|
|
6768
6818
|
"parameters": [
|
|
@@ -6796,7 +6846,7 @@
|
|
|
6796
6846
|
},
|
|
6797
6847
|
"locationInModule": {
|
|
6798
6848
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
6799
|
-
"line":
|
|
6849
|
+
"line": 466
|
|
6800
6850
|
},
|
|
6801
6851
|
"name": "addKey",
|
|
6802
6852
|
"parameters": [
|
|
@@ -6869,7 +6919,7 @@
|
|
|
6869
6919
|
},
|
|
6870
6920
|
"locationInModule": {
|
|
6871
6921
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
6872
|
-
"line":
|
|
6922
|
+
"line": 419
|
|
6873
6923
|
},
|
|
6874
6924
|
"name": "addRSAKey",
|
|
6875
6925
|
"parameters": [
|
|
@@ -6908,7 +6958,7 @@
|
|
|
6908
6958
|
},
|
|
6909
6959
|
"locationInModule": {
|
|
6910
6960
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
6911
|
-
"line":
|
|
6961
|
+
"line": 379
|
|
6912
6962
|
},
|
|
6913
6963
|
"name": "addSecret",
|
|
6914
6964
|
"parameters": [
|
|
@@ -6963,7 +7013,7 @@
|
|
|
6963
7013
|
},
|
|
6964
7014
|
"locationInModule": {
|
|
6965
7015
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
6966
|
-
"line":
|
|
7016
|
+
"line": 515
|
|
6967
7017
|
},
|
|
6968
7018
|
"name": "addSelfSignedCert",
|
|
6969
7019
|
"parameters": [
|
|
@@ -7036,7 +7086,7 @@
|
|
|
7036
7086
|
},
|
|
7037
7087
|
"locationInModule": {
|
|
7038
7088
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7039
|
-
"line":
|
|
7089
|
+
"line": 233
|
|
7040
7090
|
},
|
|
7041
7091
|
"name": "grantCertAdminAccess",
|
|
7042
7092
|
"parameters": [
|
|
@@ -7058,7 +7108,7 @@
|
|
|
7058
7108
|
},
|
|
7059
7109
|
"locationInModule": {
|
|
7060
7110
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7061
|
-
"line":
|
|
7111
|
+
"line": 262
|
|
7062
7112
|
},
|
|
7063
7113
|
"name": "grantCertReaderAccess",
|
|
7064
7114
|
"parameters": [
|
|
@@ -7080,7 +7130,7 @@
|
|
|
7080
7130
|
},
|
|
7081
7131
|
"locationInModule": {
|
|
7082
7132
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7083
|
-
"line":
|
|
7133
|
+
"line": 334
|
|
7084
7134
|
},
|
|
7085
7135
|
"name": "grantCustomAccess",
|
|
7086
7136
|
"parameters": [
|
|
@@ -7111,7 +7161,7 @@
|
|
|
7111
7161
|
},
|
|
7112
7162
|
"locationInModule": {
|
|
7113
7163
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7114
|
-
"line":
|
|
7164
|
+
"line": 283
|
|
7115
7165
|
},
|
|
7116
7166
|
"name": "grantKeyAdminAccess",
|
|
7117
7167
|
"parameters": [
|
|
@@ -7133,7 +7183,7 @@
|
|
|
7133
7183
|
},
|
|
7134
7184
|
"locationInModule": {
|
|
7135
7185
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7136
|
-
"line":
|
|
7186
|
+
"line": 312
|
|
7137
7187
|
},
|
|
7138
7188
|
"name": "grantKeyReaderAccess",
|
|
7139
7189
|
"parameters": [
|
|
@@ -7155,7 +7205,7 @@
|
|
|
7155
7205
|
},
|
|
7156
7206
|
"locationInModule": {
|
|
7157
7207
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7158
|
-
"line":
|
|
7208
|
+
"line": 204
|
|
7159
7209
|
},
|
|
7160
7210
|
"name": "grantSecretAdminAccess",
|
|
7161
7211
|
"parameters": [
|
|
@@ -7177,7 +7227,7 @@
|
|
|
7177
7227
|
},
|
|
7178
7228
|
"locationInModule": {
|
|
7179
7229
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7180
|
-
"line":
|
|
7230
|
+
"line": 183
|
|
7181
7231
|
},
|
|
7182
7232
|
"name": "grantSecretReaderAccess",
|
|
7183
7233
|
"parameters": [
|
|
@@ -7203,7 +7253,7 @@
|
|
|
7203
7253
|
"immutable": true,
|
|
7204
7254
|
"locationInModule": {
|
|
7205
7255
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7206
|
-
"line":
|
|
7256
|
+
"line": 97
|
|
7207
7257
|
},
|
|
7208
7258
|
"name": "props",
|
|
7209
7259
|
"type": {
|
|
@@ -7216,7 +7266,7 @@
|
|
|
7216
7266
|
},
|
|
7217
7267
|
"locationInModule": {
|
|
7218
7268
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7219
|
-
"line":
|
|
7269
|
+
"line": 100
|
|
7220
7270
|
},
|
|
7221
7271
|
"name": "id",
|
|
7222
7272
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -7230,7 +7280,7 @@
|
|
|
7230
7280
|
},
|
|
7231
7281
|
"locationInModule": {
|
|
7232
7282
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7233
|
-
"line":
|
|
7283
|
+
"line": 98
|
|
7234
7284
|
},
|
|
7235
7285
|
"name": "keyVault",
|
|
7236
7286
|
"type": {
|
|
@@ -7243,7 +7293,7 @@
|
|
|
7243
7293
|
},
|
|
7244
7294
|
"locationInModule": {
|
|
7245
7295
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7246
|
-
"line":
|
|
7296
|
+
"line": 99
|
|
7247
7297
|
},
|
|
7248
7298
|
"name": "resourceGroup",
|
|
7249
7299
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -7304,69 +7354,71 @@
|
|
|
7304
7354
|
{
|
|
7305
7355
|
"abstract": true,
|
|
7306
7356
|
"docs": {
|
|
7357
|
+
"remarks": "Possible values are standard and premium.",
|
|
7307
7358
|
"stability": "stable",
|
|
7308
|
-
"summary": "The
|
|
7359
|
+
"summary": "The Name of the SKU used for this Key Vault."
|
|
7309
7360
|
},
|
|
7310
7361
|
"immutable": true,
|
|
7311
7362
|
"locationInModule": {
|
|
7312
7363
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7313
|
-
"line":
|
|
7364
|
+
"line": 46
|
|
7314
7365
|
},
|
|
7315
|
-
"name": "
|
|
7366
|
+
"name": "tenantId",
|
|
7316
7367
|
"type": {
|
|
7317
|
-
"
|
|
7368
|
+
"primitive": "string"
|
|
7318
7369
|
}
|
|
7319
7370
|
},
|
|
7320
7371
|
{
|
|
7321
7372
|
"abstract": true,
|
|
7322
7373
|
"docs": {
|
|
7323
|
-
"remarks": "Possible values are standard and premium.",
|
|
7324
7374
|
"stability": "stable",
|
|
7325
|
-
"summary": "The
|
|
7375
|
+
"summary": "The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault."
|
|
7326
7376
|
},
|
|
7327
7377
|
"immutable": true,
|
|
7328
7378
|
"locationInModule": {
|
|
7329
7379
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7330
|
-
"line":
|
|
7380
|
+
"line": 50
|
|
7331
7381
|
},
|
|
7332
|
-
"name": "
|
|
7382
|
+
"name": "networkAcls",
|
|
7383
|
+
"optional": true,
|
|
7333
7384
|
"type": {
|
|
7334
|
-
"
|
|
7385
|
+
"fqn": "@cdktf/provider-azurerm.keyVault.KeyVaultNetworkAcls"
|
|
7335
7386
|
}
|
|
7336
7387
|
},
|
|
7337
7388
|
{
|
|
7338
7389
|
"abstract": true,
|
|
7339
7390
|
"docs": {
|
|
7391
|
+
"remarks": "The key is the IP or IP range in CIDR notation.\nThe value is a description of that IP range.",
|
|
7340
7392
|
"stability": "stable",
|
|
7341
|
-
"summary": "
|
|
7393
|
+
"summary": "A map of IP network ACL rules."
|
|
7342
7394
|
},
|
|
7343
7395
|
"immutable": true,
|
|
7344
7396
|
"locationInModule": {
|
|
7345
7397
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7346
|
-
"line":
|
|
7398
|
+
"line": 55
|
|
7347
7399
|
},
|
|
7348
|
-
"name": "
|
|
7400
|
+
"name": "purgeProtection",
|
|
7349
7401
|
"optional": true,
|
|
7350
7402
|
"type": {
|
|
7351
|
-
"
|
|
7403
|
+
"primitive": "boolean"
|
|
7352
7404
|
}
|
|
7353
7405
|
},
|
|
7354
7406
|
{
|
|
7355
7407
|
"abstract": true,
|
|
7356
7408
|
"docs": {
|
|
7357
|
-
"remarks": "
|
|
7409
|
+
"remarks": "If not provided, the Key Vault will be deployed in the default resource group.",
|
|
7358
7410
|
"stability": "stable",
|
|
7359
|
-
"summary": "
|
|
7411
|
+
"summary": "An optional reference to the resource group in which to deploy the Key Vault."
|
|
7360
7412
|
},
|
|
7361
7413
|
"immutable": true,
|
|
7362
7414
|
"locationInModule": {
|
|
7363
7415
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7364
|
-
"line":
|
|
7416
|
+
"line": 34
|
|
7365
7417
|
},
|
|
7366
|
-
"name": "
|
|
7418
|
+
"name": "resourceGroup",
|
|
7367
7419
|
"optional": true,
|
|
7368
7420
|
"type": {
|
|
7369
|
-
"
|
|
7421
|
+
"fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
|
|
7370
7422
|
}
|
|
7371
7423
|
},
|
|
7372
7424
|
{
|
|
@@ -7378,7 +7430,7 @@
|
|
|
7378
7430
|
"immutable": true,
|
|
7379
7431
|
"locationInModule": {
|
|
7380
7432
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7381
|
-
"line":
|
|
7433
|
+
"line": 42
|
|
7382
7434
|
},
|
|
7383
7435
|
"name": "sku",
|
|
7384
7436
|
"optional": true,
|
|
@@ -7396,7 +7448,7 @@
|
|
|
7396
7448
|
"immutable": true,
|
|
7397
7449
|
"locationInModule": {
|
|
7398
7450
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7399
|
-
"line":
|
|
7451
|
+
"line": 61
|
|
7400
7452
|
},
|
|
7401
7453
|
"name": "softDeleteRetentionDays",
|
|
7402
7454
|
"optional": true,
|
|
@@ -7413,7 +7465,7 @@
|
|
|
7413
7465
|
"immutable": true,
|
|
7414
7466
|
"locationInModule": {
|
|
7415
7467
|
"filename": "src/azure-keyvault/lib/vault.ts",
|
|
7416
|
-
"line":
|
|
7468
|
+
"line": 38
|
|
7417
7469
|
},
|
|
7418
7470
|
"name": "tags",
|
|
7419
7471
|
"optional": true,
|
|
@@ -7702,7 +7754,7 @@
|
|
|
7702
7754
|
},
|
|
7703
7755
|
"locationInModule": {
|
|
7704
7756
|
"filename": "src/azure-kusto/lib/cluster.ts",
|
|
7705
|
-
"line":
|
|
7757
|
+
"line": 113
|
|
7706
7758
|
},
|
|
7707
7759
|
"parameters": [
|
|
7708
7760
|
{
|
|
@@ -7728,7 +7780,7 @@
|
|
|
7728
7780
|
"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
7781
|
"summary": "- The properties required to configure the Kusto cluster, as defined in the ClusterProps interface."
|
|
7730
7782
|
},
|
|
7731
|
-
"name": "
|
|
7783
|
+
"name": "props",
|
|
7732
7784
|
"type": {
|
|
7733
7785
|
"fqn": "@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps"
|
|
7734
7786
|
}
|
|
@@ -7750,7 +7802,7 @@
|
|
|
7750
7802
|
},
|
|
7751
7803
|
"locationInModule": {
|
|
7752
7804
|
"filename": "src/azure-kusto/lib/cluster.ts",
|
|
7753
|
-
"line":
|
|
7805
|
+
"line": 243
|
|
7754
7806
|
},
|
|
7755
7807
|
"name": "addDatabase",
|
|
7756
7808
|
"parameters": [
|
|
@@ -7784,7 +7836,7 @@
|
|
|
7784
7836
|
"filename": "src/azure-kusto/lib/cluster.ts",
|
|
7785
7837
|
"line": 82
|
|
7786
7838
|
},
|
|
7787
|
-
"name": "
|
|
7839
|
+
"name": "props",
|
|
7788
7840
|
"type": {
|
|
7789
7841
|
"fqn": "@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps"
|
|
7790
7842
|
}
|
|
@@ -7796,7 +7848,7 @@
|
|
|
7796
7848
|
"immutable": true,
|
|
7797
7849
|
"locationInModule": {
|
|
7798
7850
|
"filename": "src/azure-kusto/lib/cluster.ts",
|
|
7799
|
-
"line":
|
|
7851
|
+
"line": 87
|
|
7800
7852
|
},
|
|
7801
7853
|
"name": "uri",
|
|
7802
7854
|
"type": {
|
|
@@ -7809,7 +7861,7 @@
|
|
|
7809
7861
|
},
|
|
7810
7862
|
"locationInModule": {
|
|
7811
7863
|
"filename": "src/azure-kusto/lib/cluster.ts",
|
|
7812
|
-
"line":
|
|
7864
|
+
"line": 84
|
|
7813
7865
|
},
|
|
7814
7866
|
"name": "id",
|
|
7815
7867
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -7823,7 +7875,33 @@
|
|
|
7823
7875
|
},
|
|
7824
7876
|
"locationInModule": {
|
|
7825
7877
|
"filename": "src/azure-kusto/lib/cluster.ts",
|
|
7826
|
-
"line":
|
|
7878
|
+
"line": 83
|
|
7879
|
+
},
|
|
7880
|
+
"name": "kustoCluster",
|
|
7881
|
+
"type": {
|
|
7882
|
+
"fqn": "@cdktf/provider-azurerm.kustoCluster.KustoCluster"
|
|
7883
|
+
}
|
|
7884
|
+
},
|
|
7885
|
+
{
|
|
7886
|
+
"docs": {
|
|
7887
|
+
"stability": "stable"
|
|
7888
|
+
},
|
|
7889
|
+
"locationInModule": {
|
|
7890
|
+
"filename": "src/azure-kusto/lib/cluster.ts",
|
|
7891
|
+
"line": 86
|
|
7892
|
+
},
|
|
7893
|
+
"name": "name",
|
|
7894
|
+
"type": {
|
|
7895
|
+
"primitive": "string"
|
|
7896
|
+
}
|
|
7897
|
+
},
|
|
7898
|
+
{
|
|
7899
|
+
"docs": {
|
|
7900
|
+
"stability": "stable"
|
|
7901
|
+
},
|
|
7902
|
+
"locationInModule": {
|
|
7903
|
+
"filename": "src/azure-kusto/lib/cluster.ts",
|
|
7904
|
+
"line": 85
|
|
7827
7905
|
},
|
|
7828
7906
|
"name": "resourceGroup",
|
|
7829
7907
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -7844,7 +7922,7 @@
|
|
|
7844
7922
|
"kind": "interface",
|
|
7845
7923
|
"locationInModule": {
|
|
7846
7924
|
"filename": "src/azure-kusto/lib/cluster.ts",
|
|
7847
|
-
"line":
|
|
7925
|
+
"line": 11
|
|
7848
7926
|
},
|
|
7849
7927
|
"name": "ClusterProps",
|
|
7850
7928
|
"namespace": "azure_kusto",
|
|
@@ -7866,22 +7944,6 @@
|
|
|
7866
7944
|
"primitive": "string"
|
|
7867
7945
|
}
|
|
7868
7946
|
},
|
|
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
7947
|
{
|
|
7886
7948
|
"abstract": true,
|
|
7887
7949
|
"docs": {
|
|
@@ -8050,6 +8112,24 @@
|
|
|
8050
8112
|
"primitive": "boolean"
|
|
8051
8113
|
}
|
|
8052
8114
|
},
|
|
8115
|
+
{
|
|
8116
|
+
"abstract": true,
|
|
8117
|
+
"docs": {
|
|
8118
|
+
"remarks": "If not provided, the Kusto Cluster will be deployed in the default resource group.",
|
|
8119
|
+
"stability": "stable",
|
|
8120
|
+
"summary": "An optional reference to the resource group in which to deploy the Kusto Cluster."
|
|
8121
|
+
},
|
|
8122
|
+
"immutable": true,
|
|
8123
|
+
"locationInModule": {
|
|
8124
|
+
"filename": "src/azure-kusto/lib/cluster.ts",
|
|
8125
|
+
"line": 16
|
|
8126
|
+
},
|
|
8127
|
+
"name": "resourceGroup",
|
|
8128
|
+
"optional": true,
|
|
8129
|
+
"type": {
|
|
8130
|
+
"fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
|
|
8131
|
+
}
|
|
8132
|
+
},
|
|
8053
8133
|
{
|
|
8054
8134
|
"abstract": true,
|
|
8055
8135
|
"docs": {
|
|
@@ -8975,7 +9055,7 @@
|
|
|
8975
9055
|
},
|
|
8976
9056
|
"locationInModule": {
|
|
8977
9057
|
"filename": "src/azure-kusto/lib/database.ts",
|
|
8978
|
-
"line":
|
|
9058
|
+
"line": 95
|
|
8979
9059
|
},
|
|
8980
9060
|
"parameters": [
|
|
8981
9061
|
{
|
|
@@ -8998,10 +9078,10 @@
|
|
|
8998
9078
|
},
|
|
8999
9079
|
{
|
|
9000
9080
|
"docs": {
|
|
9001
|
-
"remarks": "These include:\n
|
|
9081
|
+
"remarks": "These include:\n - `kusto`: Reference to the Kusto cluster to which the database will belong.\n - `name`: The name of the database to be created within the Kusto cluster.\n - `hotCachePeriod`: Optional. Specifies the duration that data should be kept in cache for faster query performance.\n Expressed in ISO 8601 duration format.\n - `softDeletePeriod`: Optional. Specifies the duration that data should be retained before it stops being accessible.\n Expressed in ISO 8601 duration format.\n\nExample usage:\n```typescript\nconst myDatabase = new Database(this, 'MyKustoDatabase', {\nkusto: myKustoCluster,\nname: 'AnalyticsDB',\nhotCachePeriod: 'P30D', // 30 days\nsoftDeletePeriod: 'P365D' // 365 days\n});\n```\n\nThis class sets up the database configurations and integrates it within the specified Kusto cluster,\nproviding capabilities to manage and query large datasets effectively.",
|
|
9002
9082
|
"summary": "- The properties required to configure the Kusto database."
|
|
9003
9083
|
},
|
|
9004
|
-
"name": "
|
|
9084
|
+
"name": "props",
|
|
9005
9085
|
"type": {
|
|
9006
9086
|
"fqn": "@microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps"
|
|
9007
9087
|
}
|
|
@@ -9022,7 +9102,7 @@
|
|
|
9022
9102
|
},
|
|
9023
9103
|
"locationInModule": {
|
|
9024
9104
|
"filename": "src/azure-kusto/lib/database.ts",
|
|
9025
|
-
"line":
|
|
9105
|
+
"line": 155
|
|
9026
9106
|
},
|
|
9027
9107
|
"name": "addPermission",
|
|
9028
9108
|
"parameters": [
|
|
@@ -9046,7 +9126,7 @@
|
|
|
9046
9126
|
},
|
|
9047
9127
|
"locationInModule": {
|
|
9048
9128
|
"filename": "src/azure-kusto/lib/database.ts",
|
|
9049
|
-
"line":
|
|
9129
|
+
"line": 231
|
|
9050
9130
|
},
|
|
9051
9131
|
"name": "addScript",
|
|
9052
9132
|
"parameters": [
|
|
@@ -9079,7 +9159,7 @@
|
|
|
9079
9159
|
},
|
|
9080
9160
|
"locationInModule": {
|
|
9081
9161
|
"filename": "src/azure-kusto/lib/database.ts",
|
|
9082
|
-
"line":
|
|
9162
|
+
"line": 193
|
|
9083
9163
|
},
|
|
9084
9164
|
"name": "addTable",
|
|
9085
9165
|
"parameters": [
|
|
@@ -9120,9 +9200,9 @@
|
|
|
9120
9200
|
"immutable": true,
|
|
9121
9201
|
"locationInModule": {
|
|
9122
9202
|
"filename": "src/azure-kusto/lib/database.ts",
|
|
9123
|
-
"line":
|
|
9203
|
+
"line": 61
|
|
9124
9204
|
},
|
|
9125
|
-
"name": "
|
|
9205
|
+
"name": "databaseName",
|
|
9126
9206
|
"type": {
|
|
9127
9207
|
"primitive": "string"
|
|
9128
9208
|
}
|
|
@@ -9136,37 +9216,9 @@
|
|
|
9136
9216
|
"filename": "src/azure-kusto/lib/database.ts",
|
|
9137
9217
|
"line": 60
|
|
9138
9218
|
},
|
|
9139
|
-
"name": "
|
|
9140
|
-
"type": {
|
|
9141
|
-
"fqn": "@microsoft/terraform-cdk-constructs.azure_kusto.DatabaseProps"
|
|
9142
|
-
}
|
|
9143
|
-
},
|
|
9144
|
-
{
|
|
9145
|
-
"docs": {
|
|
9146
|
-
"stability": "stable"
|
|
9147
|
-
},
|
|
9148
|
-
"immutable": true,
|
|
9149
|
-
"locationInModule": {
|
|
9150
|
-
"filename": "src/azure-kusto/lib/database.ts",
|
|
9151
|
-
"line": 61
|
|
9152
|
-
},
|
|
9153
|
-
"name": "kustoProps",
|
|
9154
|
-
"type": {
|
|
9155
|
-
"fqn": "@microsoft/terraform-cdk-constructs.azure_kusto.ClusterProps"
|
|
9156
|
-
}
|
|
9157
|
-
},
|
|
9158
|
-
{
|
|
9159
|
-
"docs": {
|
|
9160
|
-
"stability": "stable"
|
|
9161
|
-
},
|
|
9162
|
-
"immutable": true,
|
|
9163
|
-
"locationInModule": {
|
|
9164
|
-
"filename": "src/azure-kusto/lib/database.ts",
|
|
9165
|
-
"line": 62
|
|
9166
|
-
},
|
|
9167
|
-
"name": "rg",
|
|
9219
|
+
"name": "kustoDatabase",
|
|
9168
9220
|
"type": {
|
|
9169
|
-
"
|
|
9221
|
+
"fqn": "@cdktf/provider-azurerm.kustoDatabase.KustoDatabase"
|
|
9170
9222
|
}
|
|
9171
9223
|
}
|
|
9172
9224
|
],
|
|
@@ -9298,9 +9350,9 @@
|
|
|
9298
9350
|
"filename": "src/azure-kusto/lib/database.ts",
|
|
9299
9351
|
"line": 13
|
|
9300
9352
|
},
|
|
9301
|
-
"name": "
|
|
9353
|
+
"name": "kustoCluster",
|
|
9302
9354
|
"type": {
|
|
9303
|
-
"fqn": "@
|
|
9355
|
+
"fqn": "@cdktf/provider-azurerm.kustoCluster.KustoCluster"
|
|
9304
9356
|
}
|
|
9305
9357
|
},
|
|
9306
9358
|
{
|
|
@@ -9830,7 +9882,7 @@
|
|
|
9830
9882
|
},
|
|
9831
9883
|
"locationInModule": {
|
|
9832
9884
|
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
9833
|
-
"line":
|
|
9885
|
+
"line": 182
|
|
9834
9886
|
},
|
|
9835
9887
|
"parameters": [
|
|
9836
9888
|
{
|
|
@@ -9853,7 +9905,7 @@
|
|
|
9853
9905
|
},
|
|
9854
9906
|
{
|
|
9855
9907
|
"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`:
|
|
9908
|
+
"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
9909
|
"summary": "- The properties required to configure the Log Analytics workspace, as defined in the WorkspaceProps interface."
|
|
9858
9910
|
},
|
|
9859
9911
|
"name": "props",
|
|
@@ -9866,7 +9918,7 @@
|
|
|
9866
9918
|
"kind": "class",
|
|
9867
9919
|
"locationInModule": {
|
|
9868
9920
|
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
9869
|
-
"line":
|
|
9921
|
+
"line": 129
|
|
9870
9922
|
},
|
|
9871
9923
|
"name": "Workspace",
|
|
9872
9924
|
"namespace": "azure_loganalytics",
|
|
@@ -9878,7 +9930,7 @@
|
|
|
9878
9930
|
"immutable": true,
|
|
9879
9931
|
"locationInModule": {
|
|
9880
9932
|
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
9881
|
-
"line":
|
|
9933
|
+
"line": 130
|
|
9882
9934
|
},
|
|
9883
9935
|
"name": "props",
|
|
9884
9936
|
"type": {
|
|
@@ -9891,7 +9943,7 @@
|
|
|
9891
9943
|
},
|
|
9892
9944
|
"locationInModule": {
|
|
9893
9945
|
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
9894
|
-
"line":
|
|
9946
|
+
"line": 133
|
|
9895
9947
|
},
|
|
9896
9948
|
"name": "id",
|
|
9897
9949
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -9905,7 +9957,20 @@
|
|
|
9905
9957
|
},
|
|
9906
9958
|
"locationInModule": {
|
|
9907
9959
|
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
9908
|
-
"line":
|
|
9960
|
+
"line": 132
|
|
9961
|
+
},
|
|
9962
|
+
"name": "logAnalyticsWorkspace",
|
|
9963
|
+
"type": {
|
|
9964
|
+
"fqn": "@cdktf/provider-azurerm.logAnalyticsWorkspace.LogAnalyticsWorkspace"
|
|
9965
|
+
}
|
|
9966
|
+
},
|
|
9967
|
+
{
|
|
9968
|
+
"docs": {
|
|
9969
|
+
"stability": "stable"
|
|
9970
|
+
},
|
|
9971
|
+
"locationInModule": {
|
|
9972
|
+
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
9973
|
+
"line": 131
|
|
9909
9974
|
},
|
|
9910
9975
|
"name": "resourceGroup",
|
|
9911
9976
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -9963,22 +10028,6 @@
|
|
|
9963
10028
|
"primitive": "string"
|
|
9964
10029
|
}
|
|
9965
10030
|
},
|
|
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
10031
|
{
|
|
9983
10032
|
"abstract": true,
|
|
9984
10033
|
"docs": {
|
|
@@ -9988,7 +10037,7 @@
|
|
|
9988
10037
|
"immutable": true,
|
|
9989
10038
|
"locationInModule": {
|
|
9990
10039
|
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
9991
|
-
"line":
|
|
10040
|
+
"line": 118
|
|
9992
10041
|
},
|
|
9993
10042
|
"name": "dataExport",
|
|
9994
10043
|
"optional": true,
|
|
@@ -10010,7 +10059,7 @@
|
|
|
10010
10059
|
"immutable": true,
|
|
10011
10060
|
"locationInModule": {
|
|
10012
10061
|
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
10013
|
-
"line":
|
|
10062
|
+
"line": 122
|
|
10014
10063
|
},
|
|
10015
10064
|
"name": "functions",
|
|
10016
10065
|
"optional": true,
|
|
@@ -10032,7 +10081,7 @@
|
|
|
10032
10081
|
"immutable": true,
|
|
10033
10082
|
"locationInModule": {
|
|
10034
10083
|
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
10035
|
-
"line":
|
|
10084
|
+
"line": 126
|
|
10036
10085
|
},
|
|
10037
10086
|
"name": "queries",
|
|
10038
10087
|
"optional": true,
|
|
@@ -10045,6 +10094,24 @@
|
|
|
10045
10094
|
}
|
|
10046
10095
|
}
|
|
10047
10096
|
},
|
|
10097
|
+
{
|
|
10098
|
+
"abstract": true,
|
|
10099
|
+
"docs": {
|
|
10100
|
+
"remarks": "If not provided, the Workspace will be deployed in the default resource group.",
|
|
10101
|
+
"stability": "stable",
|
|
10102
|
+
"summary": "An optional reference to the resource group in which to deploy the Workspace."
|
|
10103
|
+
},
|
|
10104
|
+
"immutable": true,
|
|
10105
|
+
"locationInModule": {
|
|
10106
|
+
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
10107
|
+
"line": 102
|
|
10108
|
+
},
|
|
10109
|
+
"name": "resourceGroup",
|
|
10110
|
+
"optional": true,
|
|
10111
|
+
"type": {
|
|
10112
|
+
"fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
|
|
10113
|
+
}
|
|
10114
|
+
},
|
|
10048
10115
|
{
|
|
10049
10116
|
"abstract": true,
|
|
10050
10117
|
"docs": {
|
|
@@ -10055,7 +10122,7 @@
|
|
|
10055
10122
|
"immutable": true,
|
|
10056
10123
|
"locationInModule": {
|
|
10057
10124
|
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
10058
|
-
"line":
|
|
10125
|
+
"line": 110
|
|
10059
10126
|
},
|
|
10060
10127
|
"name": "retention",
|
|
10061
10128
|
"optional": true,
|
|
@@ -10072,7 +10139,7 @@
|
|
|
10072
10139
|
"immutable": true,
|
|
10073
10140
|
"locationInModule": {
|
|
10074
10141
|
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
10075
|
-
"line":
|
|
10142
|
+
"line": 106
|
|
10076
10143
|
},
|
|
10077
10144
|
"name": "sku",
|
|
10078
10145
|
"optional": true,
|
|
@@ -10089,7 +10156,7 @@
|
|
|
10089
10156
|
"immutable": true,
|
|
10090
10157
|
"locationInModule": {
|
|
10091
10158
|
"filename": "src/azure-loganalytics/lib/workspace.ts",
|
|
10092
|
-
"line":
|
|
10159
|
+
"line": 114
|
|
10093
10160
|
},
|
|
10094
10161
|
"name": "tags",
|
|
10095
10162
|
"optional": true,
|
|
@@ -12015,7 +12082,7 @@
|
|
|
12015
12082
|
},
|
|
12016
12083
|
"locationInModule": {
|
|
12017
12084
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12018
|
-
"line":
|
|
12085
|
+
"line": 131
|
|
12019
12086
|
},
|
|
12020
12087
|
"parameters": [
|
|
12021
12088
|
{
|
|
@@ -12038,7 +12105,7 @@
|
|
|
12038
12105
|
},
|
|
12039
12106
|
{
|
|
12040
12107
|
"docs": {
|
|
12041
|
-
"remarks": "These include:\n - `resourceGroup`:
|
|
12108
|
+
"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
12109
|
"summary": "- The properties required to configure the Network Security Group, as defined in the SecurityGroupProps interface."
|
|
12043
12110
|
},
|
|
12044
12111
|
"name": "props",
|
|
@@ -12051,7 +12118,7 @@
|
|
|
12051
12118
|
"kind": "class",
|
|
12052
12119
|
"locationInModule": {
|
|
12053
12120
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12054
|
-
"line":
|
|
12121
|
+
"line": 87
|
|
12055
12122
|
},
|
|
12056
12123
|
"methods": [
|
|
12057
12124
|
{
|
|
@@ -12062,7 +12129,7 @@
|
|
|
12062
12129
|
},
|
|
12063
12130
|
"locationInModule": {
|
|
12064
12131
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12065
|
-
"line":
|
|
12132
|
+
"line": 204
|
|
12066
12133
|
},
|
|
12067
12134
|
"name": "associateToNetworkInterface",
|
|
12068
12135
|
"parameters": [
|
|
@@ -12086,7 +12153,7 @@
|
|
|
12086
12153
|
},
|
|
12087
12154
|
"locationInModule": {
|
|
12088
12155
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12089
|
-
"line":
|
|
12156
|
+
"line": 181
|
|
12090
12157
|
},
|
|
12091
12158
|
"name": "associateToSubnet",
|
|
12092
12159
|
"parameters": [
|
|
@@ -12113,7 +12180,7 @@
|
|
|
12113
12180
|
"immutable": true,
|
|
12114
12181
|
"locationInModule": {
|
|
12115
12182
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12116
|
-
"line":
|
|
12183
|
+
"line": 90
|
|
12117
12184
|
},
|
|
12118
12185
|
"name": "name",
|
|
12119
12186
|
"type": {
|
|
@@ -12127,7 +12194,7 @@
|
|
|
12127
12194
|
"immutable": true,
|
|
12128
12195
|
"locationInModule": {
|
|
12129
12196
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12130
|
-
"line":
|
|
12197
|
+
"line": 88
|
|
12131
12198
|
},
|
|
12132
12199
|
"name": "props",
|
|
12133
12200
|
"type": {
|
|
@@ -12140,7 +12207,7 @@
|
|
|
12140
12207
|
},
|
|
12141
12208
|
"locationInModule": {
|
|
12142
12209
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12143
|
-
"line":
|
|
12210
|
+
"line": 89
|
|
12144
12211
|
},
|
|
12145
12212
|
"name": "id",
|
|
12146
12213
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -12154,7 +12221,7 @@
|
|
|
12154
12221
|
},
|
|
12155
12222
|
"locationInModule": {
|
|
12156
12223
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12157
|
-
"line":
|
|
12224
|
+
"line": 91
|
|
12158
12225
|
},
|
|
12159
12226
|
"name": "resourceGroup",
|
|
12160
12227
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -12180,7 +12247,7 @@
|
|
|
12180
12247
|
},
|
|
12181
12248
|
"locationInModule": {
|
|
12182
12249
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12183
|
-
"line":
|
|
12250
|
+
"line": 257
|
|
12184
12251
|
},
|
|
12185
12252
|
"parameters": [
|
|
12186
12253
|
{
|
|
@@ -12216,7 +12283,7 @@
|
|
|
12216
12283
|
"kind": "class",
|
|
12217
12284
|
"locationInModule": {
|
|
12218
12285
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12219
|
-
"line":
|
|
12286
|
+
"line": 234
|
|
12220
12287
|
},
|
|
12221
12288
|
"name": "SecurityGroupAssociations",
|
|
12222
12289
|
"namespace": "azure_networksecuritygroup",
|
|
@@ -12233,7 +12300,7 @@
|
|
|
12233
12300
|
"kind": "interface",
|
|
12234
12301
|
"locationInModule": {
|
|
12235
12302
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12236
|
-
"line":
|
|
12303
|
+
"line": 215
|
|
12237
12304
|
},
|
|
12238
12305
|
"name": "SecurityGroupAssociationsProps",
|
|
12239
12306
|
"namespace": "azure_networksecuritygroup",
|
|
@@ -12247,7 +12314,7 @@
|
|
|
12247
12314
|
"immutable": true,
|
|
12248
12315
|
"locationInModule": {
|
|
12249
12316
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12250
|
-
"line":
|
|
12317
|
+
"line": 219
|
|
12251
12318
|
},
|
|
12252
12319
|
"name": "networkSecurityGroupId",
|
|
12253
12320
|
"type": {
|
|
@@ -12264,7 +12331,7 @@
|
|
|
12264
12331
|
"immutable": true,
|
|
12265
12332
|
"locationInModule": {
|
|
12266
12333
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12267
|
-
"line":
|
|
12334
|
+
"line": 231
|
|
12268
12335
|
},
|
|
12269
12336
|
"name": "networkInterfaceId",
|
|
12270
12337
|
"optional": true,
|
|
@@ -12282,7 +12349,7 @@
|
|
|
12282
12349
|
"immutable": true,
|
|
12283
12350
|
"locationInModule": {
|
|
12284
12351
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12285
|
-
"line":
|
|
12352
|
+
"line": 225
|
|
12286
12353
|
},
|
|
12287
12354
|
"name": "subnetId",
|
|
12288
12355
|
"optional": true,
|
|
@@ -12318,7 +12385,7 @@
|
|
|
12318
12385
|
"immutable": true,
|
|
12319
12386
|
"locationInModule": {
|
|
12320
12387
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12321
|
-
"line":
|
|
12388
|
+
"line": 74
|
|
12322
12389
|
},
|
|
12323
12390
|
"name": "location",
|
|
12324
12391
|
"type": {
|
|
@@ -12335,7 +12402,7 @@
|
|
|
12335
12402
|
"immutable": true,
|
|
12336
12403
|
"locationInModule": {
|
|
12337
12404
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12338
|
-
"line":
|
|
12405
|
+
"line": 79
|
|
12339
12406
|
},
|
|
12340
12407
|
"name": "name",
|
|
12341
12408
|
"type": {
|
|
@@ -12346,37 +12413,39 @@
|
|
|
12346
12413
|
"abstract": true,
|
|
12347
12414
|
"docs": {
|
|
12348
12415
|
"stability": "stable",
|
|
12349
|
-
"summary": "
|
|
12416
|
+
"summary": "An array of rule configurations to be applied to the network security group."
|
|
12350
12417
|
},
|
|
12351
12418
|
"immutable": true,
|
|
12352
12419
|
"locationInModule": {
|
|
12353
12420
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12354
|
-
"line":
|
|
12421
|
+
"line": 84
|
|
12355
12422
|
},
|
|
12356
|
-
"name": "
|
|
12423
|
+
"name": "rules",
|
|
12357
12424
|
"type": {
|
|
12358
|
-
"
|
|
12425
|
+
"collection": {
|
|
12426
|
+
"elementtype": {
|
|
12427
|
+
"fqn": "@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.RuleConfig"
|
|
12428
|
+
},
|
|
12429
|
+
"kind": "array"
|
|
12430
|
+
}
|
|
12359
12431
|
}
|
|
12360
12432
|
},
|
|
12361
12433
|
{
|
|
12362
12434
|
"abstract": true,
|
|
12363
12435
|
"docs": {
|
|
12436
|
+
"remarks": "If not provided, the Workspace will be deployed in the default resource group.",
|
|
12364
12437
|
"stability": "stable",
|
|
12365
|
-
"summary": "An
|
|
12438
|
+
"summary": "An optional reference to the resource group in which to deploy the Workspace."
|
|
12366
12439
|
},
|
|
12367
12440
|
"immutable": true,
|
|
12368
12441
|
"locationInModule": {
|
|
12369
12442
|
"filename": "src/azure-networksecuritygroup/lib/securitygroup.ts",
|
|
12370
|
-
"line":
|
|
12443
|
+
"line": 69
|
|
12371
12444
|
},
|
|
12372
|
-
"name": "
|
|
12445
|
+
"name": "resourceGroup",
|
|
12446
|
+
"optional": true,
|
|
12373
12447
|
"type": {
|
|
12374
|
-
"
|
|
12375
|
-
"elementtype": {
|
|
12376
|
-
"fqn": "@microsoft/terraform-cdk-constructs.azure_networksecuritygroup.RuleConfig"
|
|
12377
|
-
},
|
|
12378
|
-
"kind": "array"
|
|
12379
|
-
}
|
|
12448
|
+
"fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
|
|
12380
12449
|
}
|
|
12381
12450
|
}
|
|
12382
12451
|
],
|
|
@@ -13285,7 +13354,7 @@
|
|
|
13285
13354
|
},
|
|
13286
13355
|
"locationInModule": {
|
|
13287
13356
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13288
|
-
"line":
|
|
13357
|
+
"line": 173
|
|
13289
13358
|
},
|
|
13290
13359
|
"parameters": [
|
|
13291
13360
|
{
|
|
@@ -13321,7 +13390,7 @@
|
|
|
13321
13390
|
"kind": "class",
|
|
13322
13391
|
"locationInModule": {
|
|
13323
13392
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13324
|
-
"line":
|
|
13393
|
+
"line": 126
|
|
13325
13394
|
},
|
|
13326
13395
|
"methods": [
|
|
13327
13396
|
{
|
|
@@ -13335,7 +13404,7 @@
|
|
|
13335
13404
|
},
|
|
13336
13405
|
"locationInModule": {
|
|
13337
13406
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13338
|
-
"line":
|
|
13407
|
+
"line": 229
|
|
13339
13408
|
},
|
|
13340
13409
|
"name": "addContainer",
|
|
13341
13410
|
"parameters": [
|
|
@@ -13393,7 +13462,7 @@
|
|
|
13393
13462
|
},
|
|
13394
13463
|
"locationInModule": {
|
|
13395
13464
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13396
|
-
"line":
|
|
13465
|
+
"line": 265
|
|
13397
13466
|
},
|
|
13398
13467
|
"name": "addFileShare",
|
|
13399
13468
|
"parameters": [
|
|
@@ -13432,7 +13501,7 @@
|
|
|
13432
13501
|
},
|
|
13433
13502
|
"locationInModule": {
|
|
13434
13503
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13435
|
-
"line":
|
|
13504
|
+
"line": 361
|
|
13436
13505
|
},
|
|
13437
13506
|
"name": "addNetworkRules",
|
|
13438
13507
|
"parameters": [
|
|
@@ -13460,7 +13529,7 @@
|
|
|
13460
13529
|
},
|
|
13461
13530
|
"locationInModule": {
|
|
13462
13531
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13463
|
-
"line":
|
|
13532
|
+
"line": 334
|
|
13464
13533
|
},
|
|
13465
13534
|
"name": "addQueue",
|
|
13466
13535
|
"parameters": [
|
|
@@ -13507,7 +13576,7 @@
|
|
|
13507
13576
|
},
|
|
13508
13577
|
"locationInModule": {
|
|
13509
13578
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13510
|
-
"line":
|
|
13579
|
+
"line": 304
|
|
13511
13580
|
},
|
|
13512
13581
|
"name": "addTable",
|
|
13513
13582
|
"parameters": [
|
|
@@ -13554,7 +13623,7 @@
|
|
|
13554
13623
|
"immutable": true,
|
|
13555
13624
|
"locationInModule": {
|
|
13556
13625
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13557
|
-
"line":
|
|
13626
|
+
"line": 132
|
|
13558
13627
|
},
|
|
13559
13628
|
"name": "accountKind",
|
|
13560
13629
|
"type": {
|
|
@@ -13568,7 +13637,7 @@
|
|
|
13568
13637
|
"immutable": true,
|
|
13569
13638
|
"locationInModule": {
|
|
13570
13639
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13571
|
-
"line":
|
|
13640
|
+
"line": 133
|
|
13572
13641
|
},
|
|
13573
13642
|
"name": "accountTier",
|
|
13574
13643
|
"type": {
|
|
@@ -13582,7 +13651,7 @@
|
|
|
13582
13651
|
"immutable": true,
|
|
13583
13652
|
"locationInModule": {
|
|
13584
13653
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13585
|
-
"line":
|
|
13654
|
+
"line": 130
|
|
13586
13655
|
},
|
|
13587
13656
|
"name": "location",
|
|
13588
13657
|
"type": {
|
|
@@ -13596,7 +13665,7 @@
|
|
|
13596
13665
|
"immutable": true,
|
|
13597
13666
|
"locationInModule": {
|
|
13598
13667
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13599
|
-
"line":
|
|
13668
|
+
"line": 129
|
|
13600
13669
|
},
|
|
13601
13670
|
"name": "name",
|
|
13602
13671
|
"type": {
|
|
@@ -13610,7 +13679,7 @@
|
|
|
13610
13679
|
"immutable": true,
|
|
13611
13680
|
"locationInModule": {
|
|
13612
13681
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13613
|
-
"line":
|
|
13682
|
+
"line": 127
|
|
13614
13683
|
},
|
|
13615
13684
|
"name": "props",
|
|
13616
13685
|
"type": {
|
|
@@ -13623,7 +13692,7 @@
|
|
|
13623
13692
|
},
|
|
13624
13693
|
"locationInModule": {
|
|
13625
13694
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13626
|
-
"line":
|
|
13695
|
+
"line": 128
|
|
13627
13696
|
},
|
|
13628
13697
|
"name": "id",
|
|
13629
13698
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -13637,7 +13706,7 @@
|
|
|
13637
13706
|
},
|
|
13638
13707
|
"locationInModule": {
|
|
13639
13708
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13640
|
-
"line":
|
|
13709
|
+
"line": 131
|
|
13641
13710
|
},
|
|
13642
13711
|
"name": "resourceGroup",
|
|
13643
13712
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -13658,7 +13727,7 @@
|
|
|
13658
13727
|
"kind": "interface",
|
|
13659
13728
|
"locationInModule": {
|
|
13660
13729
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13661
|
-
"line":
|
|
13730
|
+
"line": 48
|
|
13662
13731
|
},
|
|
13663
13732
|
"name": "AccountProps",
|
|
13664
13733
|
"namespace": "azure_storageaccount",
|
|
@@ -13672,7 +13741,7 @@
|
|
|
13672
13741
|
"immutable": true,
|
|
13673
13742
|
"locationInModule": {
|
|
13674
13743
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13675
|
-
"line":
|
|
13744
|
+
"line": 64
|
|
13676
13745
|
},
|
|
13677
13746
|
"name": "location",
|
|
13678
13747
|
"type": {
|
|
@@ -13689,7 +13758,7 @@
|
|
|
13689
13758
|
"immutable": true,
|
|
13690
13759
|
"locationInModule": {
|
|
13691
13760
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13692
|
-
"line":
|
|
13761
|
+
"line": 69
|
|
13693
13762
|
},
|
|
13694
13763
|
"name": "name",
|
|
13695
13764
|
"type": {
|
|
@@ -13706,7 +13775,7 @@
|
|
|
13706
13775
|
"immutable": true,
|
|
13707
13776
|
"locationInModule": {
|
|
13708
13777
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13709
|
-
"line":
|
|
13778
|
+
"line": 96
|
|
13710
13779
|
},
|
|
13711
13780
|
"name": "accessTier",
|
|
13712
13781
|
"optional": true,
|
|
@@ -13723,7 +13792,7 @@
|
|
|
13723
13792
|
"immutable": true,
|
|
13724
13793
|
"locationInModule": {
|
|
13725
13794
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13726
|
-
"line":
|
|
13795
|
+
"line": 123
|
|
13727
13796
|
},
|
|
13728
13797
|
"name": "accountKind",
|
|
13729
13798
|
"optional": true,
|
|
@@ -13741,7 +13810,7 @@
|
|
|
13741
13810
|
"immutable": true,
|
|
13742
13811
|
"locationInModule": {
|
|
13743
13812
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13744
|
-
"line":
|
|
13813
|
+
"line": 53
|
|
13745
13814
|
},
|
|
13746
13815
|
"name": "accountReplicationType",
|
|
13747
13816
|
"optional": true,
|
|
@@ -13759,7 +13828,7 @@
|
|
|
13759
13828
|
"immutable": true,
|
|
13760
13829
|
"locationInModule": {
|
|
13761
13830
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13762
|
-
"line":
|
|
13831
|
+
"line": 59
|
|
13763
13832
|
},
|
|
13764
13833
|
"name": "accountTier",
|
|
13765
13834
|
"optional": true,
|
|
@@ -13776,7 +13845,7 @@
|
|
|
13776
13845
|
"immutable": true,
|
|
13777
13846
|
"locationInModule": {
|
|
13778
13847
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13779
|
-
"line":
|
|
13848
|
+
"line": 85
|
|
13780
13849
|
},
|
|
13781
13850
|
"name": "enableHttpsTrafficOnly",
|
|
13782
13851
|
"optional": true,
|
|
@@ -13794,7 +13863,7 @@
|
|
|
13794
13863
|
"immutable": true,
|
|
13795
13864
|
"locationInModule": {
|
|
13796
13865
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13797
|
-
"line":
|
|
13866
|
+
"line": 90
|
|
13798
13867
|
},
|
|
13799
13868
|
"name": "identity",
|
|
13800
13869
|
"optional": true,
|
|
@@ -13811,7 +13880,7 @@
|
|
|
13811
13880
|
"immutable": true,
|
|
13812
13881
|
"locationInModule": {
|
|
13813
13882
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13814
|
-
"line":
|
|
13883
|
+
"line": 101
|
|
13815
13884
|
},
|
|
13816
13885
|
"name": "isHnsEnabled",
|
|
13817
13886
|
"optional": true,
|
|
@@ -13829,7 +13898,7 @@
|
|
|
13829
13898
|
"immutable": true,
|
|
13830
13899
|
"locationInModule": {
|
|
13831
13900
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13832
|
-
"line":
|
|
13901
|
+
"line": 107
|
|
13833
13902
|
},
|
|
13834
13903
|
"name": "minTlsVersion",
|
|
13835
13904
|
"optional": true,
|
|
@@ -13846,7 +13915,7 @@
|
|
|
13846
13915
|
"immutable": true,
|
|
13847
13916
|
"locationInModule": {
|
|
13848
13917
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13849
|
-
"line":
|
|
13918
|
+
"line": 112
|
|
13850
13919
|
},
|
|
13851
13920
|
"name": "publicNetworkAccessEnabled",
|
|
13852
13921
|
"optional": true,
|
|
@@ -13863,7 +13932,7 @@
|
|
|
13863
13932
|
"immutable": true,
|
|
13864
13933
|
"locationInModule": {
|
|
13865
13934
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13866
|
-
"line":
|
|
13935
|
+
"line": 74
|
|
13867
13936
|
},
|
|
13868
13937
|
"name": "resourceGroup",
|
|
13869
13938
|
"optional": true,
|
|
@@ -13871,6 +13940,24 @@
|
|
|
13871
13940
|
"fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
|
|
13872
13941
|
}
|
|
13873
13942
|
},
|
|
13943
|
+
{
|
|
13944
|
+
"abstract": true,
|
|
13945
|
+
"docs": {
|
|
13946
|
+
"remarks": "If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD).\nTerraform uses Shared Key Authorisation to provision Storage Containers, Blobs and other items - when Shared Key Access is disabled, you will need to enable the storage_use_azuread flag in the Provider block to use Azure AD for authentication, however not all Azure Storage services support Active Directory authentication.",
|
|
13947
|
+
"stability": "stable",
|
|
13948
|
+
"summary": "Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key."
|
|
13949
|
+
},
|
|
13950
|
+
"immutable": true,
|
|
13951
|
+
"locationInModule": {
|
|
13952
|
+
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13953
|
+
"line": 118
|
|
13954
|
+
},
|
|
13955
|
+
"name": "sharedAccessKeyEnabled",
|
|
13956
|
+
"optional": true,
|
|
13957
|
+
"type": {
|
|
13958
|
+
"primitive": "boolean"
|
|
13959
|
+
}
|
|
13960
|
+
},
|
|
13874
13961
|
{
|
|
13875
13962
|
"abstract": true,
|
|
13876
13963
|
"docs": {
|
|
@@ -13881,7 +13968,7 @@
|
|
|
13881
13968
|
"immutable": true,
|
|
13882
13969
|
"locationInModule": {
|
|
13883
13970
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
13884
|
-
"line":
|
|
13971
|
+
"line": 80
|
|
13885
13972
|
},
|
|
13886
13973
|
"name": "tags",
|
|
13887
13974
|
"optional": true,
|
|
@@ -14455,7 +14542,7 @@
|
|
|
14455
14542
|
"kind": "interface",
|
|
14456
14543
|
"locationInModule": {
|
|
14457
14544
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
14458
|
-
"line":
|
|
14545
|
+
"line": 16
|
|
14459
14546
|
},
|
|
14460
14547
|
"name": "NetworkRulesProps",
|
|
14461
14548
|
"namespace": "azure_storageaccount",
|
|
@@ -14470,7 +14557,7 @@
|
|
|
14470
14557
|
"immutable": true,
|
|
14471
14558
|
"locationInModule": {
|
|
14472
14559
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
14473
|
-
"line":
|
|
14560
|
+
"line": 27
|
|
14474
14561
|
},
|
|
14475
14562
|
"name": "defaultAction",
|
|
14476
14563
|
"type": {
|
|
@@ -14487,7 +14574,7 @@
|
|
|
14487
14574
|
"immutable": true,
|
|
14488
14575
|
"locationInModule": {
|
|
14489
14576
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
14490
|
-
"line":
|
|
14577
|
+
"line": 21
|
|
14491
14578
|
},
|
|
14492
14579
|
"name": "bypass",
|
|
14493
14580
|
"optional": true,
|
|
@@ -14510,7 +14597,7 @@
|
|
|
14510
14597
|
"immutable": true,
|
|
14511
14598
|
"locationInModule": {
|
|
14512
14599
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
14513
|
-
"line":
|
|
14600
|
+
"line": 33
|
|
14514
14601
|
},
|
|
14515
14602
|
"name": "ipRules",
|
|
14516
14603
|
"optional": true,
|
|
@@ -14533,7 +14620,7 @@
|
|
|
14533
14620
|
"immutable": true,
|
|
14534
14621
|
"locationInModule": {
|
|
14535
14622
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
14536
|
-
"line":
|
|
14623
|
+
"line": 45
|
|
14537
14624
|
},
|
|
14538
14625
|
"name": "privateLinkAccess",
|
|
14539
14626
|
"optional": true,
|
|
@@ -14556,7 +14643,7 @@
|
|
|
14556
14643
|
"immutable": true,
|
|
14557
14644
|
"locationInModule": {
|
|
14558
14645
|
"filename": "src/azure-storageaccount/lib/account.ts",
|
|
14559
|
-
"line":
|
|
14646
|
+
"line": 39
|
|
14560
14647
|
},
|
|
14561
14648
|
"name": "virtualNetworkSubnetIds",
|
|
14562
14649
|
"optional": true,
|
|
@@ -14839,7 +14926,7 @@
|
|
|
14839
14926
|
},
|
|
14840
14927
|
"locationInModule": {
|
|
14841
14928
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
14842
|
-
"line":
|
|
14929
|
+
"line": 452
|
|
14843
14930
|
},
|
|
14844
14931
|
"parameters": [
|
|
14845
14932
|
{
|
|
@@ -14862,7 +14949,7 @@
|
|
|
14862
14949
|
},
|
|
14863
14950
|
{
|
|
14864
14951
|
"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`:
|
|
14952
|
+
"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
14953
|
"summary": "- Configuration properties for the Linux Virtual Machine, derived from the LinuxVMProps interface."
|
|
14867
14954
|
},
|
|
14868
14955
|
"name": "props",
|
|
@@ -14875,7 +14962,7 @@
|
|
|
14875
14962
|
"kind": "class",
|
|
14876
14963
|
"locationInModule": {
|
|
14877
14964
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
14878
|
-
"line":
|
|
14965
|
+
"line": 397
|
|
14879
14966
|
},
|
|
14880
14967
|
"name": "LinuxVM",
|
|
14881
14968
|
"namespace": "azure_virtualmachine",
|
|
@@ -14887,7 +14974,7 @@
|
|
|
14887
14974
|
"immutable": true,
|
|
14888
14975
|
"locationInModule": {
|
|
14889
14976
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
14890
|
-
"line":
|
|
14977
|
+
"line": 402
|
|
14891
14978
|
},
|
|
14892
14979
|
"name": "name",
|
|
14893
14980
|
"type": {
|
|
@@ -14901,7 +14988,7 @@
|
|
|
14901
14988
|
"immutable": true,
|
|
14902
14989
|
"locationInModule": {
|
|
14903
14990
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
14904
|
-
"line":
|
|
14991
|
+
"line": 399
|
|
14905
14992
|
},
|
|
14906
14993
|
"name": "props",
|
|
14907
14994
|
"type": {
|
|
@@ -14915,7 +15002,7 @@
|
|
|
14915
15002
|
"immutable": true,
|
|
14916
15003
|
"locationInModule": {
|
|
14917
15004
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
14918
|
-
"line":
|
|
15005
|
+
"line": 403
|
|
14919
15006
|
},
|
|
14920
15007
|
"name": "publicIp",
|
|
14921
15008
|
"optional": true,
|
|
@@ -14929,7 +15016,7 @@
|
|
|
14929
15016
|
},
|
|
14930
15017
|
"locationInModule": {
|
|
14931
15018
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
14932
|
-
"line":
|
|
15019
|
+
"line": 401
|
|
14933
15020
|
},
|
|
14934
15021
|
"name": "id",
|
|
14935
15022
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -14943,7 +15030,7 @@
|
|
|
14943
15030
|
},
|
|
14944
15031
|
"locationInModule": {
|
|
14945
15032
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
14946
|
-
"line":
|
|
15033
|
+
"line": 400
|
|
14947
15034
|
},
|
|
14948
15035
|
"name": "resourceGroup",
|
|
14949
15036
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -14964,27 +15051,11 @@
|
|
|
14964
15051
|
"kind": "interface",
|
|
14965
15052
|
"locationInModule": {
|
|
14966
15053
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
14967
|
-
"line":
|
|
15054
|
+
"line": 267
|
|
14968
15055
|
},
|
|
14969
15056
|
"name": "LinuxVMProps",
|
|
14970
15057
|
"namespace": "azure_virtualmachine",
|
|
14971
15058
|
"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
15059
|
{
|
|
14989
15060
|
"abstract": true,
|
|
14990
15061
|
"docs": {
|
|
@@ -14994,7 +15065,7 @@
|
|
|
14994
15065
|
"immutable": true,
|
|
14995
15066
|
"locationInModule": {
|
|
14996
15067
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
14997
|
-
"line":
|
|
15068
|
+
"line": 320
|
|
14998
15069
|
},
|
|
14999
15070
|
"name": "additionalCapabilities",
|
|
15000
15071
|
"optional": true,
|
|
@@ -15011,7 +15082,7 @@
|
|
|
15011
15082
|
"immutable": true,
|
|
15012
15083
|
"locationInModule": {
|
|
15013
15084
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15014
|
-
"line":
|
|
15085
|
+
"line": 335
|
|
15015
15086
|
},
|
|
15016
15087
|
"name": "adminPassword",
|
|
15017
15088
|
"optional": true,
|
|
@@ -15028,7 +15099,7 @@
|
|
|
15028
15099
|
"immutable": true,
|
|
15029
15100
|
"locationInModule": {
|
|
15030
15101
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15031
|
-
"line":
|
|
15102
|
+
"line": 305
|
|
15032
15103
|
},
|
|
15033
15104
|
"name": "adminSshKey",
|
|
15034
15105
|
"optional": true,
|
|
@@ -15059,7 +15130,7 @@
|
|
|
15059
15130
|
"immutable": true,
|
|
15060
15131
|
"locationInModule": {
|
|
15061
15132
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15062
|
-
"line":
|
|
15133
|
+
"line": 330
|
|
15063
15134
|
},
|
|
15064
15135
|
"name": "adminUsername",
|
|
15065
15136
|
"optional": true,
|
|
@@ -15076,7 +15147,7 @@
|
|
|
15076
15147
|
"immutable": true,
|
|
15077
15148
|
"locationInModule": {
|
|
15078
15149
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15079
|
-
"line":
|
|
15150
|
+
"line": 295
|
|
15080
15151
|
},
|
|
15081
15152
|
"name": "availabilitySetId",
|
|
15082
15153
|
"optional": true,
|
|
@@ -15093,7 +15164,7 @@
|
|
|
15093
15164
|
"immutable": true,
|
|
15094
15165
|
"locationInModule": {
|
|
15095
15166
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15096
|
-
"line":
|
|
15167
|
+
"line": 383
|
|
15097
15168
|
},
|
|
15098
15169
|
"name": "bootDiagnosticsStorageURI",
|
|
15099
15170
|
"optional": true,
|
|
@@ -15110,7 +15181,7 @@
|
|
|
15110
15181
|
"immutable": true,
|
|
15111
15182
|
"locationInModule": {
|
|
15112
15183
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15113
|
-
"line":
|
|
15184
|
+
"line": 373
|
|
15114
15185
|
},
|
|
15115
15186
|
"name": "customData",
|
|
15116
15187
|
"optional": true,
|
|
@@ -15127,7 +15198,7 @@
|
|
|
15127
15198
|
"immutable": true,
|
|
15128
15199
|
"locationInModule": {
|
|
15129
15200
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15130
|
-
"line":
|
|
15201
|
+
"line": 378
|
|
15131
15202
|
},
|
|
15132
15203
|
"name": "enableSshAzureADLogin",
|
|
15133
15204
|
"optional": true,
|
|
@@ -15144,7 +15215,7 @@
|
|
|
15144
15215
|
"immutable": true,
|
|
15145
15216
|
"locationInModule": {
|
|
15146
15217
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15147
|
-
"line":
|
|
15218
|
+
"line": 315
|
|
15148
15219
|
},
|
|
15149
15220
|
"name": "identity",
|
|
15150
15221
|
"optional": true,
|
|
@@ -15152,6 +15223,26 @@
|
|
|
15152
15223
|
"fqn": "@cdktf/provider-azurerm.linuxVirtualMachine.LinuxVirtualMachineIdentity"
|
|
15153
15224
|
}
|
|
15154
15225
|
},
|
|
15226
|
+
{
|
|
15227
|
+
"abstract": true,
|
|
15228
|
+
"docs": {
|
|
15229
|
+
"custom": {
|
|
15230
|
+
"remarks": "This property specifies the lifecycle customizations for the Terraform resource,\nallowing you to define specific actions to be taken during the lifecycle of the\nresource. It can include settings such as create before destroy, prevent destroy,\nignore changes, etc."
|
|
15231
|
+
},
|
|
15232
|
+
"stability": "stable",
|
|
15233
|
+
"summary": "Lifecycle settings for the Terraform resource."
|
|
15234
|
+
},
|
|
15235
|
+
"immutable": true,
|
|
15236
|
+
"locationInModule": {
|
|
15237
|
+
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15238
|
+
"line": 394
|
|
15239
|
+
},
|
|
15240
|
+
"name": "lifecycle",
|
|
15241
|
+
"optional": true,
|
|
15242
|
+
"type": {
|
|
15243
|
+
"fqn": "cdktf.TerraformResourceLifecycle"
|
|
15244
|
+
}
|
|
15245
|
+
},
|
|
15155
15246
|
{
|
|
15156
15247
|
"abstract": true,
|
|
15157
15248
|
"docs": {
|
|
@@ -15162,7 +15253,7 @@
|
|
|
15162
15253
|
"immutable": true,
|
|
15163
15254
|
"locationInModule": {
|
|
15164
15255
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15165
|
-
"line":
|
|
15256
|
+
"line": 272
|
|
15166
15257
|
},
|
|
15167
15258
|
"name": "location",
|
|
15168
15259
|
"optional": true,
|
|
@@ -15180,7 +15271,7 @@
|
|
|
15180
15271
|
"immutable": true,
|
|
15181
15272
|
"locationInModule": {
|
|
15182
15273
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15183
|
-
"line":
|
|
15274
|
+
"line": 278
|
|
15184
15275
|
},
|
|
15185
15276
|
"name": "name",
|
|
15186
15277
|
"optional": true,
|
|
@@ -15198,7 +15289,7 @@
|
|
|
15198
15289
|
"immutable": true,
|
|
15199
15290
|
"locationInModule": {
|
|
15200
15291
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15201
|
-
"line":
|
|
15292
|
+
"line": 357
|
|
15202
15293
|
},
|
|
15203
15294
|
"name": "osDisk",
|
|
15204
15295
|
"optional": true,
|
|
@@ -15215,7 +15306,7 @@
|
|
|
15215
15306
|
"immutable": true,
|
|
15216
15307
|
"locationInModule": {
|
|
15217
15308
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15218
|
-
"line":
|
|
15309
|
+
"line": 368
|
|
15219
15310
|
},
|
|
15220
15311
|
"name": "publicIPAllocationMethod",
|
|
15221
15312
|
"optional": true,
|
|
@@ -15223,6 +15314,24 @@
|
|
|
15223
15314
|
"primitive": "string"
|
|
15224
15315
|
}
|
|
15225
15316
|
},
|
|
15317
|
+
{
|
|
15318
|
+
"abstract": true,
|
|
15319
|
+
"docs": {
|
|
15320
|
+
"remarks": "If not provided, the Virtual Machine will be deployed in the default resource group.",
|
|
15321
|
+
"stability": "stable",
|
|
15322
|
+
"summary": "An optional reference to the resource group in which to deploy the Virtual Machine."
|
|
15323
|
+
},
|
|
15324
|
+
"immutable": true,
|
|
15325
|
+
"locationInModule": {
|
|
15326
|
+
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15327
|
+
"line": 284
|
|
15328
|
+
},
|
|
15329
|
+
"name": "resourceGroup",
|
|
15330
|
+
"optional": true,
|
|
15331
|
+
"type": {
|
|
15332
|
+
"fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
|
|
15333
|
+
}
|
|
15334
|
+
},
|
|
15226
15335
|
{
|
|
15227
15336
|
"abstract": true,
|
|
15228
15337
|
"docs": {
|
|
@@ -15232,7 +15341,7 @@
|
|
|
15232
15341
|
"immutable": true,
|
|
15233
15342
|
"locationInModule": {
|
|
15234
15343
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15235
|
-
"line":
|
|
15344
|
+
"line": 325
|
|
15236
15345
|
},
|
|
15237
15346
|
"name": "secret",
|
|
15238
15347
|
"optional": true,
|
|
@@ -15255,7 +15364,7 @@
|
|
|
15255
15364
|
"immutable": true,
|
|
15256
15365
|
"locationInModule": {
|
|
15257
15366
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15258
|
-
"line":
|
|
15367
|
+
"line": 290
|
|
15259
15368
|
},
|
|
15260
15369
|
"name": "size",
|
|
15261
15370
|
"optional": true,
|
|
@@ -15272,7 +15381,7 @@
|
|
|
15272
15381
|
"immutable": true,
|
|
15273
15382
|
"locationInModule": {
|
|
15274
15383
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15275
|
-
"line":
|
|
15384
|
+
"line": 346
|
|
15276
15385
|
},
|
|
15277
15386
|
"name": "sourceImageId",
|
|
15278
15387
|
"optional": true,
|
|
@@ -15290,7 +15399,7 @@
|
|
|
15290
15399
|
"immutable": true,
|
|
15291
15400
|
"locationInModule": {
|
|
15292
15401
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15293
|
-
"line":
|
|
15402
|
+
"line": 341
|
|
15294
15403
|
},
|
|
15295
15404
|
"name": "sourceImageReference",
|
|
15296
15405
|
"optional": true,
|
|
@@ -15308,7 +15417,7 @@
|
|
|
15308
15417
|
"immutable": true,
|
|
15309
15418
|
"locationInModule": {
|
|
15310
15419
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15311
|
-
"line":
|
|
15420
|
+
"line": 363
|
|
15312
15421
|
},
|
|
15313
15422
|
"name": "subnet",
|
|
15314
15423
|
"optional": true,
|
|
@@ -15325,7 +15434,7 @@
|
|
|
15325
15434
|
"immutable": true,
|
|
15326
15435
|
"locationInModule": {
|
|
15327
15436
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15328
|
-
"line":
|
|
15437
|
+
"line": 351
|
|
15329
15438
|
},
|
|
15330
15439
|
"name": "tags",
|
|
15331
15440
|
"optional": true,
|
|
@@ -15347,7 +15456,7 @@
|
|
|
15347
15456
|
"immutable": true,
|
|
15348
15457
|
"locationInModule": {
|
|
15349
15458
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15350
|
-
"line":
|
|
15459
|
+
"line": 300
|
|
15351
15460
|
},
|
|
15352
15461
|
"name": "userData",
|
|
15353
15462
|
"optional": true,
|
|
@@ -15364,7 +15473,7 @@
|
|
|
15364
15473
|
"immutable": true,
|
|
15365
15474
|
"locationInModule": {
|
|
15366
15475
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15367
|
-
"line":
|
|
15476
|
+
"line": 310
|
|
15368
15477
|
},
|
|
15369
15478
|
"name": "zone",
|
|
15370
15479
|
"optional": true,
|
|
@@ -15552,7 +15661,7 @@
|
|
|
15552
15661
|
},
|
|
15553
15662
|
"locationInModule": {
|
|
15554
15663
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15555
|
-
"line":
|
|
15664
|
+
"line": 173
|
|
15556
15665
|
},
|
|
15557
15666
|
"parameters": [
|
|
15558
15667
|
{
|
|
@@ -15575,7 +15684,7 @@
|
|
|
15575
15684
|
},
|
|
15576
15685
|
{
|
|
15577
15686
|
"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`:
|
|
15687
|
+
"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
15688
|
"summary": "- Configuration properties for the Windows Virtual Machine, derived from the WindowsVMProps interface."
|
|
15580
15689
|
},
|
|
15581
15690
|
"name": "props",
|
|
@@ -15588,7 +15697,7 @@
|
|
|
15588
15697
|
"kind": "class",
|
|
15589
15698
|
"locationInModule": {
|
|
15590
15699
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15591
|
-
"line":
|
|
15700
|
+
"line": 123
|
|
15592
15701
|
},
|
|
15593
15702
|
"name": "WindowsVM",
|
|
15594
15703
|
"namespace": "azure_virtualmachine",
|
|
@@ -15600,7 +15709,7 @@
|
|
|
15600
15709
|
"immutable": true,
|
|
15601
15710
|
"locationInModule": {
|
|
15602
15711
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15603
|
-
"line":
|
|
15712
|
+
"line": 127
|
|
15604
15713
|
},
|
|
15605
15714
|
"name": "name",
|
|
15606
15715
|
"type": {
|
|
@@ -15614,7 +15723,7 @@
|
|
|
15614
15723
|
"immutable": true,
|
|
15615
15724
|
"locationInModule": {
|
|
15616
15725
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15617
|
-
"line":
|
|
15726
|
+
"line": 124
|
|
15618
15727
|
},
|
|
15619
15728
|
"name": "props",
|
|
15620
15729
|
"type": {
|
|
@@ -15628,7 +15737,7 @@
|
|
|
15628
15737
|
"immutable": true,
|
|
15629
15738
|
"locationInModule": {
|
|
15630
15739
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15631
|
-
"line":
|
|
15740
|
+
"line": 128
|
|
15632
15741
|
},
|
|
15633
15742
|
"name": "publicIp",
|
|
15634
15743
|
"optional": true,
|
|
@@ -15642,7 +15751,7 @@
|
|
|
15642
15751
|
},
|
|
15643
15752
|
"locationInModule": {
|
|
15644
15753
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15645
|
-
"line":
|
|
15754
|
+
"line": 126
|
|
15646
15755
|
},
|
|
15647
15756
|
"name": "id",
|
|
15648
15757
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -15656,7 +15765,7 @@
|
|
|
15656
15765
|
},
|
|
15657
15766
|
"locationInModule": {
|
|
15658
15767
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15659
|
-
"line":
|
|
15768
|
+
"line": 125
|
|
15660
15769
|
},
|
|
15661
15770
|
"name": "resourceGroup",
|
|
15662
15771
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -15691,7 +15800,7 @@
|
|
|
15691
15800
|
"immutable": true,
|
|
15692
15801
|
"locationInModule": {
|
|
15693
15802
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15694
|
-
"line":
|
|
15803
|
+
"line": 60
|
|
15695
15804
|
},
|
|
15696
15805
|
"name": "adminPassword",
|
|
15697
15806
|
"type": {
|
|
@@ -15707,7 +15816,7 @@
|
|
|
15707
15816
|
"immutable": true,
|
|
15708
15817
|
"locationInModule": {
|
|
15709
15818
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15710
|
-
"line":
|
|
15819
|
+
"line": 55
|
|
15711
15820
|
},
|
|
15712
15821
|
"name": "adminUsername",
|
|
15713
15822
|
"type": {
|
|
@@ -15717,32 +15826,33 @@
|
|
|
15717
15826
|
{
|
|
15718
15827
|
"abstract": true,
|
|
15719
15828
|
"docs": {
|
|
15829
|
+
"remarks": "Automatically triggers Azure Custom Script extension to deploy code in custom data.",
|
|
15720
15830
|
"stability": "stable",
|
|
15721
|
-
"summary": "
|
|
15831
|
+
"summary": "Custom data to bootstrap the virtual machine."
|
|
15722
15832
|
},
|
|
15723
15833
|
"immutable": true,
|
|
15724
15834
|
"locationInModule": {
|
|
15725
15835
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15726
|
-
"line":
|
|
15836
|
+
"line": 103
|
|
15727
15837
|
},
|
|
15728
|
-
"name": "
|
|
15838
|
+
"name": "boostrapCustomData",
|
|
15839
|
+
"optional": true,
|
|
15729
15840
|
"type": {
|
|
15730
|
-
"
|
|
15841
|
+
"primitive": "string"
|
|
15731
15842
|
}
|
|
15732
15843
|
},
|
|
15733
15844
|
{
|
|
15734
15845
|
"abstract": true,
|
|
15735
15846
|
"docs": {
|
|
15736
|
-
"remarks": "Automatically triggers Azure Custom Script extension to deploy code in custom data.",
|
|
15737
15847
|
"stability": "stable",
|
|
15738
|
-
"summary": "
|
|
15848
|
+
"summary": "Bootdiagnostics settings for the VM."
|
|
15739
15849
|
},
|
|
15740
15850
|
"immutable": true,
|
|
15741
15851
|
"locationInModule": {
|
|
15742
15852
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15743
|
-
"line":
|
|
15853
|
+
"line": 108
|
|
15744
15854
|
},
|
|
15745
|
-
"name": "
|
|
15855
|
+
"name": "bootDiagnosticsStorageURI",
|
|
15746
15856
|
"optional": true,
|
|
15747
15857
|
"type": {
|
|
15748
15858
|
"primitive": "string"
|
|
@@ -15752,14 +15862,14 @@
|
|
|
15752
15862
|
"abstract": true,
|
|
15753
15863
|
"docs": {
|
|
15754
15864
|
"stability": "stable",
|
|
15755
|
-
"summary": "
|
|
15865
|
+
"summary": "Custom data to pass to the virtual machine upon creation."
|
|
15756
15866
|
},
|
|
15757
15867
|
"immutable": true,
|
|
15758
15868
|
"locationInModule": {
|
|
15759
15869
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15760
|
-
"line":
|
|
15870
|
+
"line": 98
|
|
15761
15871
|
},
|
|
15762
|
-
"name": "
|
|
15872
|
+
"name": "customData",
|
|
15763
15873
|
"optional": true,
|
|
15764
15874
|
"type": {
|
|
15765
15875
|
"primitive": "string"
|
|
@@ -15768,18 +15878,21 @@
|
|
|
15768
15878
|
{
|
|
15769
15879
|
"abstract": true,
|
|
15770
15880
|
"docs": {
|
|
15881
|
+
"custom": {
|
|
15882
|
+
"remarks": "This property specifies the lifecycle customizations for the Terraform resource,\nallowing you to define specific actions to be taken during the lifecycle of the\nresource. It can include settings such as create before destroy, prevent destroy,\nignore changes, etc."
|
|
15883
|
+
},
|
|
15771
15884
|
"stability": "stable",
|
|
15772
|
-
"summary": "
|
|
15885
|
+
"summary": "Lifecycle settings for the Terraform resource."
|
|
15773
15886
|
},
|
|
15774
15887
|
"immutable": true,
|
|
15775
15888
|
"locationInModule": {
|
|
15776
15889
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15777
|
-
"line":
|
|
15890
|
+
"line": 120
|
|
15778
15891
|
},
|
|
15779
|
-
"name": "
|
|
15892
|
+
"name": "lifecycle",
|
|
15780
15893
|
"optional": true,
|
|
15781
15894
|
"type": {
|
|
15782
|
-
"
|
|
15895
|
+
"fqn": "cdktf.TerraformResourceLifecycle"
|
|
15783
15896
|
}
|
|
15784
15897
|
},
|
|
15785
15898
|
{
|
|
@@ -15828,7 +15941,7 @@
|
|
|
15828
15941
|
"immutable": true,
|
|
15829
15942
|
"locationInModule": {
|
|
15830
15943
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15831
|
-
"line":
|
|
15944
|
+
"line": 82
|
|
15832
15945
|
},
|
|
15833
15946
|
"name": "osDisk",
|
|
15834
15947
|
"optional": true,
|
|
@@ -15845,7 +15958,7 @@
|
|
|
15845
15958
|
"immutable": true,
|
|
15846
15959
|
"locationInModule": {
|
|
15847
15960
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15848
|
-
"line":
|
|
15961
|
+
"line": 93
|
|
15849
15962
|
},
|
|
15850
15963
|
"name": "publicIPAllocationMethod",
|
|
15851
15964
|
"optional": true,
|
|
@@ -15853,6 +15966,24 @@
|
|
|
15853
15966
|
"primitive": "string"
|
|
15854
15967
|
}
|
|
15855
15968
|
},
|
|
15969
|
+
{
|
|
15970
|
+
"abstract": true,
|
|
15971
|
+
"docs": {
|
|
15972
|
+
"remarks": "If not provided, the Virtual Machine will be deployed in the default resource group.",
|
|
15973
|
+
"stability": "stable",
|
|
15974
|
+
"summary": "An optional reference to the resource group in which to deploy the Virtual Machine."
|
|
15975
|
+
},
|
|
15976
|
+
"immutable": true,
|
|
15977
|
+
"locationInModule": {
|
|
15978
|
+
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15979
|
+
"line": 44
|
|
15980
|
+
},
|
|
15981
|
+
"name": "resourceGroup",
|
|
15982
|
+
"optional": true,
|
|
15983
|
+
"type": {
|
|
15984
|
+
"fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
|
|
15985
|
+
}
|
|
15986
|
+
},
|
|
15856
15987
|
{
|
|
15857
15988
|
"abstract": true,
|
|
15858
15989
|
"docs": {
|
|
@@ -15863,7 +15994,7 @@
|
|
|
15863
15994
|
"immutable": true,
|
|
15864
15995
|
"locationInModule": {
|
|
15865
15996
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15866
|
-
"line":
|
|
15997
|
+
"line": 50
|
|
15867
15998
|
},
|
|
15868
15999
|
"name": "size",
|
|
15869
16000
|
"optional": true,
|
|
@@ -15880,7 +16011,7 @@
|
|
|
15880
16011
|
"immutable": true,
|
|
15881
16012
|
"locationInModule": {
|
|
15882
16013
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15883
|
-
"line":
|
|
16014
|
+
"line": 71
|
|
15884
16015
|
},
|
|
15885
16016
|
"name": "sourceImageId",
|
|
15886
16017
|
"optional": true,
|
|
@@ -15898,7 +16029,7 @@
|
|
|
15898
16029
|
"immutable": true,
|
|
15899
16030
|
"locationInModule": {
|
|
15900
16031
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15901
|
-
"line":
|
|
16032
|
+
"line": 66
|
|
15902
16033
|
},
|
|
15903
16034
|
"name": "sourceImageReference",
|
|
15904
16035
|
"optional": true,
|
|
@@ -15916,7 +16047,7 @@
|
|
|
15916
16047
|
"immutable": true,
|
|
15917
16048
|
"locationInModule": {
|
|
15918
16049
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15919
|
-
"line":
|
|
16050
|
+
"line": 88
|
|
15920
16051
|
},
|
|
15921
16052
|
"name": "subnet",
|
|
15922
16053
|
"optional": true,
|
|
@@ -15933,7 +16064,7 @@
|
|
|
15933
16064
|
"immutable": true,
|
|
15934
16065
|
"locationInModule": {
|
|
15935
16066
|
"filename": "src/azure-virtualmachine/lib/vm.ts",
|
|
15936
|
-
"line":
|
|
16067
|
+
"line": 76
|
|
15937
16068
|
},
|
|
15938
16069
|
"name": "tags",
|
|
15939
16070
|
"optional": true,
|
|
@@ -15964,7 +16095,7 @@
|
|
|
15964
16095
|
},
|
|
15965
16096
|
"locationInModule": {
|
|
15966
16097
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
15967
|
-
"line":
|
|
16098
|
+
"line": 228
|
|
15968
16099
|
},
|
|
15969
16100
|
"parameters": [
|
|
15970
16101
|
{
|
|
@@ -15987,7 +16118,7 @@
|
|
|
15987
16118
|
},
|
|
15988
16119
|
{
|
|
15989
16120
|
"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`:
|
|
16121
|
+
"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
16122
|
"summary": "- Configuration properties for the Linux VM Scale Set, derived from the LinuxClusterProps interface."
|
|
15992
16123
|
},
|
|
15993
16124
|
"name": "props",
|
|
@@ -16000,7 +16131,7 @@
|
|
|
16000
16131
|
"kind": "class",
|
|
16001
16132
|
"locationInModule": {
|
|
16002
16133
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16003
|
-
"line":
|
|
16134
|
+
"line": 168
|
|
16004
16135
|
},
|
|
16005
16136
|
"name": "LinuxCluster",
|
|
16006
16137
|
"namespace": "azure_virtualmachinescaleset",
|
|
@@ -16012,7 +16143,7 @@
|
|
|
16012
16143
|
"immutable": true,
|
|
16013
16144
|
"locationInModule": {
|
|
16014
16145
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16015
|
-
"line":
|
|
16146
|
+
"line": 173
|
|
16016
16147
|
},
|
|
16017
16148
|
"name": "fqn",
|
|
16018
16149
|
"type": {
|
|
@@ -16026,7 +16157,7 @@
|
|
|
16026
16157
|
"immutable": true,
|
|
16027
16158
|
"locationInModule": {
|
|
16028
16159
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16029
|
-
"line":
|
|
16160
|
+
"line": 172
|
|
16030
16161
|
},
|
|
16031
16162
|
"name": "name",
|
|
16032
16163
|
"type": {
|
|
@@ -16040,7 +16171,7 @@
|
|
|
16040
16171
|
"immutable": true,
|
|
16041
16172
|
"locationInModule": {
|
|
16042
16173
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16043
|
-
"line":
|
|
16174
|
+
"line": 169
|
|
16044
16175
|
},
|
|
16045
16176
|
"name": "props",
|
|
16046
16177
|
"type": {
|
|
@@ -16053,7 +16184,7 @@
|
|
|
16053
16184
|
},
|
|
16054
16185
|
"locationInModule": {
|
|
16055
16186
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16056
|
-
"line":
|
|
16187
|
+
"line": 171
|
|
16057
16188
|
},
|
|
16058
16189
|
"name": "id",
|
|
16059
16190
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -16067,7 +16198,7 @@
|
|
|
16067
16198
|
},
|
|
16068
16199
|
"locationInModule": {
|
|
16069
16200
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16070
|
-
"line":
|
|
16201
|
+
"line": 170
|
|
16071
16202
|
},
|
|
16072
16203
|
"name": "resourceGroup",
|
|
16073
16204
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -16093,22 +16224,6 @@
|
|
|
16093
16224
|
"name": "LinuxClusterProps",
|
|
16094
16225
|
"namespace": "azure_virtualmachinescaleset",
|
|
16095
16226
|
"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
16227
|
{
|
|
16113
16228
|
"abstract": true,
|
|
16114
16229
|
"docs": {
|
|
@@ -16135,7 +16250,7 @@
|
|
|
16135
16250
|
"immutable": true,
|
|
16136
16251
|
"locationInModule": {
|
|
16137
16252
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16138
|
-
"line":
|
|
16253
|
+
"line": 74
|
|
16139
16254
|
},
|
|
16140
16255
|
"name": "adminSshKey",
|
|
16141
16256
|
"optional": true,
|
|
@@ -16183,7 +16298,7 @@
|
|
|
16183
16298
|
"immutable": true,
|
|
16184
16299
|
"locationInModule": {
|
|
16185
16300
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16186
|
-
"line":
|
|
16301
|
+
"line": 148
|
|
16187
16302
|
},
|
|
16188
16303
|
"name": "bootDiagnosticsStorageURI",
|
|
16189
16304
|
"optional": true,
|
|
@@ -16200,7 +16315,7 @@
|
|
|
16200
16315
|
"immutable": true,
|
|
16201
16316
|
"locationInModule": {
|
|
16202
16317
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16203
|
-
"line":
|
|
16318
|
+
"line": 121
|
|
16204
16319
|
},
|
|
16205
16320
|
"name": "customData",
|
|
16206
16321
|
"optional": true,
|
|
@@ -16218,7 +16333,7 @@
|
|
|
16218
16333
|
"immutable": true,
|
|
16219
16334
|
"locationInModule": {
|
|
16220
16335
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16221
|
-
"line":
|
|
16336
|
+
"line": 154
|
|
16222
16337
|
},
|
|
16223
16338
|
"name": "enableSshAzureADLogin",
|
|
16224
16339
|
"optional": true,
|
|
@@ -16235,7 +16350,7 @@
|
|
|
16235
16350
|
"immutable": true,
|
|
16236
16351
|
"locationInModule": {
|
|
16237
16352
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16238
|
-
"line":
|
|
16353
|
+
"line": 84
|
|
16239
16354
|
},
|
|
16240
16355
|
"name": "identity",
|
|
16241
16356
|
"optional": true,
|
|
@@ -16253,7 +16368,7 @@
|
|
|
16253
16368
|
"immutable": true,
|
|
16254
16369
|
"locationInModule": {
|
|
16255
16370
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16256
|
-
"line":
|
|
16371
|
+
"line": 127
|
|
16257
16372
|
},
|
|
16258
16373
|
"name": "instances",
|
|
16259
16374
|
"optional": true,
|
|
@@ -16261,6 +16376,26 @@
|
|
|
16261
16376
|
"primitive": "number"
|
|
16262
16377
|
}
|
|
16263
16378
|
},
|
|
16379
|
+
{
|
|
16380
|
+
"abstract": true,
|
|
16381
|
+
"docs": {
|
|
16382
|
+
"custom": {
|
|
16383
|
+
"remarks": "This property specifies the lifecycle customizations for the Terraform resource,\nallowing you to define specific actions to be taken during the lifecycle of the\nresource. It can include settings such as create before destroy, prevent destroy,\nignore changes, etc."
|
|
16384
|
+
},
|
|
16385
|
+
"stability": "stable",
|
|
16386
|
+
"summary": "Lifecycle settings for the Terraform resource."
|
|
16387
|
+
},
|
|
16388
|
+
"immutable": true,
|
|
16389
|
+
"locationInModule": {
|
|
16390
|
+
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16391
|
+
"line": 165
|
|
16392
|
+
},
|
|
16393
|
+
"name": "lifecycle",
|
|
16394
|
+
"optional": true,
|
|
16395
|
+
"type": {
|
|
16396
|
+
"fqn": "cdktf.TerraformResourceLifecycle"
|
|
16397
|
+
}
|
|
16398
|
+
},
|
|
16264
16399
|
{
|
|
16265
16400
|
"abstract": true,
|
|
16266
16401
|
"docs": {
|
|
@@ -16307,7 +16442,7 @@
|
|
|
16307
16442
|
"immutable": true,
|
|
16308
16443
|
"locationInModule": {
|
|
16309
16444
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16310
|
-
"line":
|
|
16445
|
+
"line": 106
|
|
16311
16446
|
},
|
|
16312
16447
|
"name": "osDisk",
|
|
16313
16448
|
"optional": true,
|
|
@@ -16325,7 +16460,7 @@
|
|
|
16325
16460
|
"immutable": true,
|
|
16326
16461
|
"locationInModule": {
|
|
16327
16462
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16328
|
-
"line":
|
|
16463
|
+
"line": 138
|
|
16329
16464
|
},
|
|
16330
16465
|
"name": "overprovision",
|
|
16331
16466
|
"optional": true,
|
|
@@ -16342,7 +16477,7 @@
|
|
|
16342
16477
|
"immutable": true,
|
|
16343
16478
|
"locationInModule": {
|
|
16344
16479
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16345
|
-
"line":
|
|
16480
|
+
"line": 116
|
|
16346
16481
|
},
|
|
16347
16482
|
"name": "publicIPAddress",
|
|
16348
16483
|
"optional": true,
|
|
@@ -16355,6 +16490,24 @@
|
|
|
16355
16490
|
}
|
|
16356
16491
|
}
|
|
16357
16492
|
},
|
|
16493
|
+
{
|
|
16494
|
+
"abstract": true,
|
|
16495
|
+
"docs": {
|
|
16496
|
+
"remarks": "If not provided, the Virtual Machine will be deployed in the default resource group.",
|
|
16497
|
+
"stability": "stable",
|
|
16498
|
+
"summary": "An optional reference to the resource group in which to deploy the Virtual Machine."
|
|
16499
|
+
},
|
|
16500
|
+
"immutable": true,
|
|
16501
|
+
"locationInModule": {
|
|
16502
|
+
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16503
|
+
"line": 58
|
|
16504
|
+
},
|
|
16505
|
+
"name": "resourceGroup",
|
|
16506
|
+
"optional": true,
|
|
16507
|
+
"type": {
|
|
16508
|
+
"fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
|
|
16509
|
+
}
|
|
16510
|
+
},
|
|
16358
16511
|
{
|
|
16359
16512
|
"abstract": true,
|
|
16360
16513
|
"docs": {
|
|
@@ -16364,7 +16517,7 @@
|
|
|
16364
16517
|
"immutable": true,
|
|
16365
16518
|
"locationInModule": {
|
|
16366
16519
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16367
|
-
"line":
|
|
16520
|
+
"line": 143
|
|
16368
16521
|
},
|
|
16369
16522
|
"name": "scaleInPolicy",
|
|
16370
16523
|
"optional": true,
|
|
@@ -16382,7 +16535,7 @@
|
|
|
16382
16535
|
"immutable": true,
|
|
16383
16536
|
"locationInModule": {
|
|
16384
16537
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16385
|
-
"line":
|
|
16538
|
+
"line": 64
|
|
16386
16539
|
},
|
|
16387
16540
|
"name": "sku",
|
|
16388
16541
|
"optional": true,
|
|
@@ -16399,7 +16552,7 @@
|
|
|
16399
16552
|
"immutable": true,
|
|
16400
16553
|
"locationInModule": {
|
|
16401
16554
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16402
|
-
"line":
|
|
16555
|
+
"line": 95
|
|
16403
16556
|
},
|
|
16404
16557
|
"name": "sourceImageId",
|
|
16405
16558
|
"optional": true,
|
|
@@ -16417,7 +16570,7 @@
|
|
|
16417
16570
|
"immutable": true,
|
|
16418
16571
|
"locationInModule": {
|
|
16419
16572
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16420
|
-
"line":
|
|
16573
|
+
"line": 90
|
|
16421
16574
|
},
|
|
16422
16575
|
"name": "sourceImageReference",
|
|
16423
16576
|
"optional": true,
|
|
@@ -16434,7 +16587,7 @@
|
|
|
16434
16587
|
"immutable": true,
|
|
16435
16588
|
"locationInModule": {
|
|
16436
16589
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16437
|
-
"line":
|
|
16590
|
+
"line": 111
|
|
16438
16591
|
},
|
|
16439
16592
|
"name": "subnet",
|
|
16440
16593
|
"optional": true,
|
|
@@ -16451,7 +16604,7 @@
|
|
|
16451
16604
|
"immutable": true,
|
|
16452
16605
|
"locationInModule": {
|
|
16453
16606
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16454
|
-
"line":
|
|
16607
|
+
"line": 100
|
|
16455
16608
|
},
|
|
16456
16609
|
"name": "tags",
|
|
16457
16610
|
"optional": true,
|
|
@@ -16473,7 +16626,7 @@
|
|
|
16473
16626
|
"immutable": true,
|
|
16474
16627
|
"locationInModule": {
|
|
16475
16628
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16476
|
-
"line":
|
|
16629
|
+
"line": 132
|
|
16477
16630
|
},
|
|
16478
16631
|
"name": "upgradePolicyMode",
|
|
16479
16632
|
"optional": true,
|
|
@@ -16490,7 +16643,7 @@
|
|
|
16490
16643
|
"immutable": true,
|
|
16491
16644
|
"locationInModule": {
|
|
16492
16645
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16493
|
-
"line":
|
|
16646
|
+
"line": 69
|
|
16494
16647
|
},
|
|
16495
16648
|
"name": "userData",
|
|
16496
16649
|
"optional": true,
|
|
@@ -16507,7 +16660,7 @@
|
|
|
16507
16660
|
"immutable": true,
|
|
16508
16661
|
"locationInModule": {
|
|
16509
16662
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16510
|
-
"line":
|
|
16663
|
+
"line": 79
|
|
16511
16664
|
},
|
|
16512
16665
|
"name": "zones",
|
|
16513
16666
|
"optional": true,
|
|
@@ -16538,7 +16691,7 @@
|
|
|
16538
16691
|
},
|
|
16539
16692
|
"locationInModule": {
|
|
16540
16693
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16541
|
-
"line":
|
|
16694
|
+
"line": 490
|
|
16542
16695
|
},
|
|
16543
16696
|
"parameters": [
|
|
16544
16697
|
{
|
|
@@ -16561,7 +16714,7 @@
|
|
|
16561
16714
|
},
|
|
16562
16715
|
{
|
|
16563
16716
|
"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`:
|
|
16717
|
+
"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
16718
|
"summary": "- Configuration properties for the Windows VM Scale Set, derived from the WindowsClusterProps interface."
|
|
16566
16719
|
},
|
|
16567
16720
|
"name": "props",
|
|
@@ -16574,7 +16727,7 @@
|
|
|
16574
16727
|
"kind": "class",
|
|
16575
16728
|
"locationInModule": {
|
|
16576
16729
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16577
|
-
"line":
|
|
16730
|
+
"line": 433
|
|
16578
16731
|
},
|
|
16579
16732
|
"name": "WindowsCluster",
|
|
16580
16733
|
"namespace": "azure_virtualmachinescaleset",
|
|
@@ -16586,7 +16739,7 @@
|
|
|
16586
16739
|
"immutable": true,
|
|
16587
16740
|
"locationInModule": {
|
|
16588
16741
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16589
|
-
"line":
|
|
16742
|
+
"line": 437
|
|
16590
16743
|
},
|
|
16591
16744
|
"name": "name",
|
|
16592
16745
|
"type": {
|
|
@@ -16600,7 +16753,7 @@
|
|
|
16600
16753
|
"immutable": true,
|
|
16601
16754
|
"locationInModule": {
|
|
16602
16755
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16603
|
-
"line":
|
|
16756
|
+
"line": 434
|
|
16604
16757
|
},
|
|
16605
16758
|
"name": "props",
|
|
16606
16759
|
"type": {
|
|
@@ -16613,7 +16766,7 @@
|
|
|
16613
16766
|
},
|
|
16614
16767
|
"locationInModule": {
|
|
16615
16768
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16616
|
-
"line":
|
|
16769
|
+
"line": 436
|
|
16617
16770
|
},
|
|
16618
16771
|
"name": "id",
|
|
16619
16772
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -16627,7 +16780,7 @@
|
|
|
16627
16780
|
},
|
|
16628
16781
|
"locationInModule": {
|
|
16629
16782
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16630
|
-
"line":
|
|
16783
|
+
"line": 435
|
|
16631
16784
|
},
|
|
16632
16785
|
"name": "resourceGroup",
|
|
16633
16786
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -16648,7 +16801,7 @@
|
|
|
16648
16801
|
"kind": "interface",
|
|
16649
16802
|
"locationInModule": {
|
|
16650
16803
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16651
|
-
"line":
|
|
16804
|
+
"line": 311
|
|
16652
16805
|
},
|
|
16653
16806
|
"name": "WindowsClusterProps",
|
|
16654
16807
|
"namespace": "azure_virtualmachinescaleset",
|
|
@@ -16662,7 +16815,7 @@
|
|
|
16662
16815
|
"immutable": true,
|
|
16663
16816
|
"locationInModule": {
|
|
16664
16817
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16665
|
-
"line":
|
|
16818
|
+
"line": 344
|
|
16666
16819
|
},
|
|
16667
16820
|
"name": "adminPassword",
|
|
16668
16821
|
"type": {
|
|
@@ -16678,29 +16831,13 @@
|
|
|
16678
16831
|
"immutable": true,
|
|
16679
16832
|
"locationInModule": {
|
|
16680
16833
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16681
|
-
"line":
|
|
16834
|
+
"line": 339
|
|
16682
16835
|
},
|
|
16683
16836
|
"name": "adminUsername",
|
|
16684
16837
|
"type": {
|
|
16685
16838
|
"primitive": "string"
|
|
16686
16839
|
}
|
|
16687
16840
|
},
|
|
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
16841
|
{
|
|
16705
16842
|
"abstract": true,
|
|
16706
16843
|
"docs": {
|
|
@@ -16711,7 +16848,7 @@
|
|
|
16711
16848
|
"immutable": true,
|
|
16712
16849
|
"locationInModule": {
|
|
16713
16850
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16714
|
-
"line":
|
|
16851
|
+
"line": 403
|
|
16715
16852
|
},
|
|
16716
16853
|
"name": "boostrapCustomData",
|
|
16717
16854
|
"optional": true,
|
|
@@ -16728,7 +16865,7 @@
|
|
|
16728
16865
|
"immutable": true,
|
|
16729
16866
|
"locationInModule": {
|
|
16730
16867
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16731
|
-
"line":
|
|
16868
|
+
"line": 408
|
|
16732
16869
|
},
|
|
16733
16870
|
"name": "bootDiagnosticsStorageURI",
|
|
16734
16871
|
"optional": true,
|
|
@@ -16745,7 +16882,7 @@
|
|
|
16745
16882
|
"immutable": true,
|
|
16746
16883
|
"locationInModule": {
|
|
16747
16884
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16748
|
-
"line":
|
|
16885
|
+
"line": 398
|
|
16749
16886
|
},
|
|
16750
16887
|
"name": "customData",
|
|
16751
16888
|
"optional": true,
|
|
@@ -16763,7 +16900,7 @@
|
|
|
16763
16900
|
"immutable": true,
|
|
16764
16901
|
"locationInModule": {
|
|
16765
16902
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16766
|
-
"line":
|
|
16903
|
+
"line": 355
|
|
16767
16904
|
},
|
|
16768
16905
|
"name": "instances",
|
|
16769
16906
|
"optional": true,
|
|
@@ -16771,6 +16908,26 @@
|
|
|
16771
16908
|
"primitive": "number"
|
|
16772
16909
|
}
|
|
16773
16910
|
},
|
|
16911
|
+
{
|
|
16912
|
+
"abstract": true,
|
|
16913
|
+
"docs": {
|
|
16914
|
+
"custom": {
|
|
16915
|
+
"remarks": "This property specifies the lifecycle customizations for the Terraform resource,\nallowing you to define specific actions to be taken during the lifecycle of the\nresource. It can include settings such as create before destroy, prevent destroy,\nignore changes, etc."
|
|
16916
|
+
},
|
|
16917
|
+
"stability": "stable",
|
|
16918
|
+
"summary": "Lifecycle settings for the Terraform resource."
|
|
16919
|
+
},
|
|
16920
|
+
"immutable": true,
|
|
16921
|
+
"locationInModule": {
|
|
16922
|
+
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16923
|
+
"line": 430
|
|
16924
|
+
},
|
|
16925
|
+
"name": "lifecycle",
|
|
16926
|
+
"optional": true,
|
|
16927
|
+
"type": {
|
|
16928
|
+
"fqn": "cdktf.TerraformResourceLifecycle"
|
|
16929
|
+
}
|
|
16930
|
+
},
|
|
16774
16931
|
{
|
|
16775
16932
|
"abstract": true,
|
|
16776
16933
|
"docs": {
|
|
@@ -16781,7 +16938,7 @@
|
|
|
16781
16938
|
"immutable": true,
|
|
16782
16939
|
"locationInModule": {
|
|
16783
16940
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16784
|
-
"line":
|
|
16941
|
+
"line": 316
|
|
16785
16942
|
},
|
|
16786
16943
|
"name": "location",
|
|
16787
16944
|
"optional": true,
|
|
@@ -16799,7 +16956,7 @@
|
|
|
16799
16956
|
"immutable": true,
|
|
16800
16957
|
"locationInModule": {
|
|
16801
16958
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16802
|
-
"line":
|
|
16959
|
+
"line": 322
|
|
16803
16960
|
},
|
|
16804
16961
|
"name": "name",
|
|
16805
16962
|
"optional": true,
|
|
@@ -16817,7 +16974,7 @@
|
|
|
16817
16974
|
"immutable": true,
|
|
16818
16975
|
"locationInModule": {
|
|
16819
16976
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16820
|
-
"line":
|
|
16977
|
+
"line": 377
|
|
16821
16978
|
},
|
|
16822
16979
|
"name": "osDisk",
|
|
16823
16980
|
"optional": true,
|
|
@@ -16835,7 +16992,7 @@
|
|
|
16835
16992
|
"immutable": true,
|
|
16836
16993
|
"locationInModule": {
|
|
16837
16994
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16838
|
-
"line":
|
|
16995
|
+
"line": 414
|
|
16839
16996
|
},
|
|
16840
16997
|
"name": "overprovision",
|
|
16841
16998
|
"optional": true,
|
|
@@ -16852,7 +17009,7 @@
|
|
|
16852
17009
|
"immutable": true,
|
|
16853
17010
|
"locationInModule": {
|
|
16854
17011
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16855
|
-
"line":
|
|
17012
|
+
"line": 388
|
|
16856
17013
|
},
|
|
16857
17014
|
"name": "publicIPAddress",
|
|
16858
17015
|
"optional": true,
|
|
@@ -16865,6 +17022,24 @@
|
|
|
16865
17022
|
}
|
|
16866
17023
|
}
|
|
16867
17024
|
},
|
|
17025
|
+
{
|
|
17026
|
+
"abstract": true,
|
|
17027
|
+
"docs": {
|
|
17028
|
+
"remarks": "If not provided, the Virtual Machine will be deployed in the default resource group.",
|
|
17029
|
+
"stability": "stable",
|
|
17030
|
+
"summary": "An optional reference to the resource group in which to deploy the Virtual Machine."
|
|
17031
|
+
},
|
|
17032
|
+
"immutable": true,
|
|
17033
|
+
"locationInModule": {
|
|
17034
|
+
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
17035
|
+
"line": 328
|
|
17036
|
+
},
|
|
17037
|
+
"name": "resourceGroup",
|
|
17038
|
+
"optional": true,
|
|
17039
|
+
"type": {
|
|
17040
|
+
"fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
|
|
17041
|
+
}
|
|
17042
|
+
},
|
|
16868
17043
|
{
|
|
16869
17044
|
"abstract": true,
|
|
16870
17045
|
"docs": {
|
|
@@ -16874,7 +17049,7 @@
|
|
|
16874
17049
|
"immutable": true,
|
|
16875
17050
|
"locationInModule": {
|
|
16876
17051
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16877
|
-
"line":
|
|
17052
|
+
"line": 419
|
|
16878
17053
|
},
|
|
16879
17054
|
"name": "scaleInPolicy",
|
|
16880
17055
|
"optional": true,
|
|
@@ -16892,7 +17067,7 @@
|
|
|
16892
17067
|
"immutable": true,
|
|
16893
17068
|
"locationInModule": {
|
|
16894
17069
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16895
|
-
"line":
|
|
17070
|
+
"line": 334
|
|
16896
17071
|
},
|
|
16897
17072
|
"name": "sku",
|
|
16898
17073
|
"optional": true,
|
|
@@ -16909,7 +17084,7 @@
|
|
|
16909
17084
|
"immutable": true,
|
|
16910
17085
|
"locationInModule": {
|
|
16911
17086
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16912
|
-
"line":
|
|
17087
|
+
"line": 366
|
|
16913
17088
|
},
|
|
16914
17089
|
"name": "sourceImageId",
|
|
16915
17090
|
"optional": true,
|
|
@@ -16927,7 +17102,7 @@
|
|
|
16927
17102
|
"immutable": true,
|
|
16928
17103
|
"locationInModule": {
|
|
16929
17104
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16930
|
-
"line":
|
|
17105
|
+
"line": 361
|
|
16931
17106
|
},
|
|
16932
17107
|
"name": "sourceImageReference",
|
|
16933
17108
|
"optional": true,
|
|
@@ -16945,7 +17120,7 @@
|
|
|
16945
17120
|
"immutable": true,
|
|
16946
17121
|
"locationInModule": {
|
|
16947
17122
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16948
|
-
"line":
|
|
17123
|
+
"line": 383
|
|
16949
17124
|
},
|
|
16950
17125
|
"name": "subnet",
|
|
16951
17126
|
"optional": true,
|
|
@@ -16962,7 +17137,7 @@
|
|
|
16962
17137
|
"immutable": true,
|
|
16963
17138
|
"locationInModule": {
|
|
16964
17139
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16965
|
-
"line":
|
|
17140
|
+
"line": 371
|
|
16966
17141
|
},
|
|
16967
17142
|
"name": "tags",
|
|
16968
17143
|
"optional": true,
|
|
@@ -16984,7 +17159,7 @@
|
|
|
16984
17159
|
"immutable": true,
|
|
16985
17160
|
"locationInModule": {
|
|
16986
17161
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
16987
|
-
"line":
|
|
17162
|
+
"line": 393
|
|
16988
17163
|
},
|
|
16989
17164
|
"name": "upgradePolicyMode",
|
|
16990
17165
|
"optional": true,
|
|
@@ -17001,7 +17176,7 @@
|
|
|
17001
17176
|
"immutable": true,
|
|
17002
17177
|
"locationInModule": {
|
|
17003
17178
|
"filename": "src/azure-virtualmachinescaleset/lib/cluster.ts",
|
|
17004
|
-
"line":
|
|
17179
|
+
"line": 349
|
|
17005
17180
|
},
|
|
17006
17181
|
"name": "zones",
|
|
17007
17182
|
"optional": true,
|
|
@@ -17032,7 +17207,7 @@
|
|
|
17032
17207
|
},
|
|
17033
17208
|
"locationInModule": {
|
|
17034
17209
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17035
|
-
"line":
|
|
17210
|
+
"line": 95
|
|
17036
17211
|
},
|
|
17037
17212
|
"parameters": [
|
|
17038
17213
|
{
|
|
@@ -17055,7 +17230,7 @@
|
|
|
17055
17230
|
},
|
|
17056
17231
|
{
|
|
17057
17232
|
"docs": {
|
|
17058
|
-
"remarks": "These include:\n - `resourceGroup`:
|
|
17233
|
+
"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
17234
|
"summary": "- Configuration properties for the Azure Virtual Network, derived from the NetworkProps interface."
|
|
17060
17235
|
},
|
|
17061
17236
|
"name": "props",
|
|
@@ -17068,7 +17243,7 @@
|
|
|
17068
17243
|
"kind": "class",
|
|
17069
17244
|
"locationInModule": {
|
|
17070
17245
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17071
|
-
"line":
|
|
17246
|
+
"line": 59
|
|
17072
17247
|
},
|
|
17073
17248
|
"methods": [
|
|
17074
17249
|
{
|
|
@@ -17079,7 +17254,7 @@
|
|
|
17079
17254
|
},
|
|
17080
17255
|
"locationInModule": {
|
|
17081
17256
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17082
|
-
"line":
|
|
17257
|
+
"line": 169
|
|
17083
17258
|
},
|
|
17084
17259
|
"name": "addVnetPeering",
|
|
17085
17260
|
"parameters": [
|
|
@@ -17127,7 +17302,7 @@
|
|
|
17127
17302
|
"immutable": true,
|
|
17128
17303
|
"locationInModule": {
|
|
17129
17304
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17130
|
-
"line":
|
|
17305
|
+
"line": 61
|
|
17131
17306
|
},
|
|
17132
17307
|
"name": "name",
|
|
17133
17308
|
"type": {
|
|
@@ -17141,7 +17316,7 @@
|
|
|
17141
17316
|
"immutable": true,
|
|
17142
17317
|
"locationInModule": {
|
|
17143
17318
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17144
|
-
"line":
|
|
17319
|
+
"line": 60
|
|
17145
17320
|
},
|
|
17146
17321
|
"name": "props",
|
|
17147
17322
|
"type": {
|
|
@@ -17155,7 +17330,7 @@
|
|
|
17155
17330
|
"immutable": true,
|
|
17156
17331
|
"locationInModule": {
|
|
17157
17332
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17158
|
-
"line":
|
|
17333
|
+
"line": 65
|
|
17159
17334
|
},
|
|
17160
17335
|
"name": "subnets",
|
|
17161
17336
|
"type": {
|
|
@@ -17174,7 +17349,7 @@
|
|
|
17174
17349
|
"immutable": true,
|
|
17175
17350
|
"locationInModule": {
|
|
17176
17351
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17177
|
-
"line":
|
|
17352
|
+
"line": 64
|
|
17178
17353
|
},
|
|
17179
17354
|
"name": "virtualNetwork",
|
|
17180
17355
|
"type": {
|
|
@@ -17187,7 +17362,7 @@
|
|
|
17187
17362
|
},
|
|
17188
17363
|
"locationInModule": {
|
|
17189
17364
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17190
|
-
"line":
|
|
17365
|
+
"line": 63
|
|
17191
17366
|
},
|
|
17192
17367
|
"name": "id",
|
|
17193
17368
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -17201,7 +17376,7 @@
|
|
|
17201
17376
|
},
|
|
17202
17377
|
"locationInModule": {
|
|
17203
17378
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17204
|
-
"line":
|
|
17379
|
+
"line": 62
|
|
17205
17380
|
},
|
|
17206
17381
|
"name": "resourceGroup",
|
|
17207
17382
|
"overrides": "@microsoft/terraform-cdk-constructs.core_azure.AzureResource",
|
|
@@ -17228,22 +17403,6 @@
|
|
|
17228
17403
|
"name": "NetworkProps",
|
|
17229
17404
|
"namespace": "azure_virtualnetwork",
|
|
17230
17405
|
"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
17406
|
{
|
|
17248
17407
|
"abstract": true,
|
|
17249
17408
|
"docs": {
|
|
@@ -17254,7 +17413,7 @@
|
|
|
17254
17413
|
"immutable": true,
|
|
17255
17414
|
"locationInModule": {
|
|
17256
17415
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17257
|
-
"line":
|
|
17416
|
+
"line": 50
|
|
17258
17417
|
},
|
|
17259
17418
|
"name": "addressSpace",
|
|
17260
17419
|
"optional": true,
|
|
@@ -17276,7 +17435,7 @@
|
|
|
17276
17435
|
"immutable": true,
|
|
17277
17436
|
"locationInModule": {
|
|
17278
17437
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17279
|
-
"line":
|
|
17438
|
+
"line": 44
|
|
17280
17439
|
},
|
|
17281
17440
|
"name": "location",
|
|
17282
17441
|
"optional": true,
|
|
@@ -17294,7 +17453,7 @@
|
|
|
17294
17453
|
"immutable": true,
|
|
17295
17454
|
"locationInModule": {
|
|
17296
17455
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17297
|
-
"line":
|
|
17456
|
+
"line": 38
|
|
17298
17457
|
},
|
|
17299
17458
|
"name": "name",
|
|
17300
17459
|
"optional": true,
|
|
@@ -17302,6 +17461,24 @@
|
|
|
17302
17461
|
"primitive": "string"
|
|
17303
17462
|
}
|
|
17304
17463
|
},
|
|
17464
|
+
{
|
|
17465
|
+
"abstract": true,
|
|
17466
|
+
"docs": {
|
|
17467
|
+
"remarks": "If not provided, the Virtual Machine will be deployed in the default resource group.",
|
|
17468
|
+
"stability": "stable",
|
|
17469
|
+
"summary": "An optional reference to the resource group in which to deploy the Virtual Machine."
|
|
17470
|
+
},
|
|
17471
|
+
"immutable": true,
|
|
17472
|
+
"locationInModule": {
|
|
17473
|
+
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17474
|
+
"line": 32
|
|
17475
|
+
},
|
|
17476
|
+
"name": "resourceGroup",
|
|
17477
|
+
"optional": true,
|
|
17478
|
+
"type": {
|
|
17479
|
+
"fqn": "@cdktf/provider-azurerm.resourceGroup.ResourceGroup"
|
|
17480
|
+
}
|
|
17481
|
+
},
|
|
17305
17482
|
{
|
|
17306
17483
|
"abstract": true,
|
|
17307
17484
|
"docs": {
|
|
@@ -17312,7 +17489,7 @@
|
|
|
17312
17489
|
"immutable": true,
|
|
17313
17490
|
"locationInModule": {
|
|
17314
17491
|
"filename": "src/azure-virtualnetwork/lib/network.ts",
|
|
17315
|
-
"line":
|
|
17492
|
+
"line": 56
|
|
17316
17493
|
},
|
|
17317
17494
|
"name": "subnets",
|
|
17318
17495
|
"optional": true,
|
|
@@ -17725,7 +17902,7 @@
|
|
|
17725
17902
|
},
|
|
17726
17903
|
"locationInModule": {
|
|
17727
17904
|
"filename": "src/core-azure/lib/resource.ts",
|
|
17728
|
-
"line":
|
|
17905
|
+
"line": 89
|
|
17729
17906
|
},
|
|
17730
17907
|
"name": "setupResourceGroup",
|
|
17731
17908
|
"parameters": [
|
|
@@ -17811,7 +17988,7 @@
|
|
|
17811
17988
|
"kind": "class",
|
|
17812
17989
|
"locationInModule": {
|
|
17813
17990
|
"filename": "src/core-azure/lib/resource.ts",
|
|
17814
|
-
"line":
|
|
17991
|
+
"line": 106
|
|
17815
17992
|
},
|
|
17816
17993
|
"methods": [
|
|
17817
17994
|
{
|
|
@@ -17820,7 +17997,7 @@
|
|
|
17820
17997
|
},
|
|
17821
17998
|
"locationInModule": {
|
|
17822
17999
|
"filename": "src/core-azure/lib/resource.ts",
|
|
17823
|
-
"line":
|
|
18000
|
+
"line": 114
|
|
17824
18001
|
},
|
|
17825
18002
|
"name": "addMetricAlert",
|
|
17826
18003
|
"parameters": [
|
|
@@ -17838,7 +18015,7 @@
|
|
|
17838
18015
|
},
|
|
17839
18016
|
"locationInModule": {
|
|
17840
18017
|
"filename": "src/core-azure/lib/resource.ts",
|
|
17841
|
-
"line":
|
|
18018
|
+
"line": 107
|
|
17842
18019
|
},
|
|
17843
18020
|
"name": "addQueryRuleAlert",
|
|
17844
18021
|
"parameters": [
|
|
@@ -17865,7 +18042,7 @@
|
|
|
17865
18042
|
"kind": "interface",
|
|
17866
18043
|
"locationInModule": {
|
|
17867
18044
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
17868
|
-
"line":
|
|
18045
|
+
"line": 9
|
|
17869
18046
|
},
|
|
17870
18047
|
"name": "BaseDiagnosticSettingsProps",
|
|
17871
18048
|
"namespace": "core_azure",
|
|
@@ -17879,7 +18056,7 @@
|
|
|
17879
18056
|
"immutable": true,
|
|
17880
18057
|
"locationInModule": {
|
|
17881
18058
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
17882
|
-
"line":
|
|
18059
|
+
"line": 18
|
|
17883
18060
|
},
|
|
17884
18061
|
"name": "eventhubAuthorizationRuleId",
|
|
17885
18062
|
"optional": true,
|
|
@@ -17896,7 +18073,7 @@
|
|
|
17896
18073
|
"immutable": true,
|
|
17897
18074
|
"locationInModule": {
|
|
17898
18075
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
17899
|
-
"line":
|
|
18076
|
+
"line": 22
|
|
17900
18077
|
},
|
|
17901
18078
|
"name": "eventhubName",
|
|
17902
18079
|
"optional": true,
|
|
@@ -17907,32 +18084,38 @@
|
|
|
17907
18084
|
{
|
|
17908
18085
|
"abstract": true,
|
|
17909
18086
|
"docs": {
|
|
18087
|
+
"default": "null",
|
|
17910
18088
|
"stability": "stable",
|
|
17911
|
-
"summary": "
|
|
18089
|
+
"summary": "Log Diagnostic categories."
|
|
17912
18090
|
},
|
|
17913
18091
|
"immutable": true,
|
|
17914
18092
|
"locationInModule": {
|
|
17915
18093
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
17916
|
-
"line":
|
|
18094
|
+
"line": 45
|
|
17917
18095
|
},
|
|
17918
|
-
"name": "
|
|
18096
|
+
"name": "log",
|
|
17919
18097
|
"optional": true,
|
|
17920
18098
|
"type": {
|
|
17921
|
-
"
|
|
18099
|
+
"collection": {
|
|
18100
|
+
"elementtype": {
|
|
18101
|
+
"fqn": "@cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingEnabledLog"
|
|
18102
|
+
},
|
|
18103
|
+
"kind": "array"
|
|
18104
|
+
}
|
|
17922
18105
|
}
|
|
17923
18106
|
},
|
|
17924
18107
|
{
|
|
17925
18108
|
"abstract": true,
|
|
17926
18109
|
"docs": {
|
|
17927
18110
|
"stability": "stable",
|
|
17928
|
-
"summary": "
|
|
18111
|
+
"summary": "When set to 'Dedicated' logs sent to a Log Analytics workspace will go into resource specific tables, instead of the legacy AzureDiagnostics table."
|
|
17929
18112
|
},
|
|
17930
18113
|
"immutable": true,
|
|
17931
18114
|
"locationInModule": {
|
|
17932
18115
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
17933
|
-
"line":
|
|
18116
|
+
"line": 39
|
|
17934
18117
|
},
|
|
17935
|
-
"name": "
|
|
18118
|
+
"name": "logAnalyticsDestinationType",
|
|
17936
18119
|
"optional": true,
|
|
17937
18120
|
"type": {
|
|
17938
18121
|
"primitive": "string"
|
|
@@ -17941,24 +18124,18 @@
|
|
|
17941
18124
|
{
|
|
17942
18125
|
"abstract": true,
|
|
17943
18126
|
"docs": {
|
|
17944
|
-
"default": "null",
|
|
17945
18127
|
"stability": "stable",
|
|
17946
|
-
"summary": "
|
|
18128
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.71.0/docs/resources/monitor_diagnostic_setting#log_analytics_workspace_id MonitorDiagnosticSetting#log_analytics_workspace_id}."
|
|
17947
18129
|
},
|
|
17948
18130
|
"immutable": true,
|
|
17949
18131
|
"locationInModule": {
|
|
17950
18132
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
17951
|
-
"line":
|
|
18133
|
+
"line": 34
|
|
17952
18134
|
},
|
|
17953
|
-
"name": "
|
|
18135
|
+
"name": "logAnalyticsWorkspaceId",
|
|
17954
18136
|
"optional": true,
|
|
17955
18137
|
"type": {
|
|
17956
|
-
"
|
|
17957
|
-
"elementtype": {
|
|
17958
|
-
"primitive": "string"
|
|
17959
|
-
},
|
|
17960
|
-
"kind": "array"
|
|
17961
|
-
}
|
|
18138
|
+
"primitive": "string"
|
|
17962
18139
|
}
|
|
17963
18140
|
},
|
|
17964
18141
|
{
|
|
@@ -17971,14 +18148,14 @@
|
|
|
17971
18148
|
"immutable": true,
|
|
17972
18149
|
"locationInModule": {
|
|
17973
18150
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
17974
|
-
"line":
|
|
18151
|
+
"line": 51
|
|
17975
18152
|
},
|
|
17976
|
-
"name": "
|
|
18153
|
+
"name": "metric",
|
|
17977
18154
|
"optional": true,
|
|
17978
18155
|
"type": {
|
|
17979
18156
|
"collection": {
|
|
17980
18157
|
"elementtype": {
|
|
17981
|
-
"
|
|
18158
|
+
"fqn": "@cdktf/provider-azurerm.monitorDiagnosticSetting.MonitorDiagnosticSettingMetric"
|
|
17982
18159
|
},
|
|
17983
18160
|
"kind": "array"
|
|
17984
18161
|
}
|
|
@@ -17993,7 +18170,7 @@
|
|
|
17993
18170
|
"immutable": true,
|
|
17994
18171
|
"locationInModule": {
|
|
17995
18172
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
17996
|
-
"line":
|
|
18173
|
+
"line": 13
|
|
17997
18174
|
},
|
|
17998
18175
|
"name": "name",
|
|
17999
18176
|
"optional": true,
|
|
@@ -18010,7 +18187,7 @@
|
|
|
18010
18187
|
"immutable": true,
|
|
18011
18188
|
"locationInModule": {
|
|
18012
18189
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
18013
|
-
"line":
|
|
18190
|
+
"line": 26
|
|
18014
18191
|
},
|
|
18015
18192
|
"name": "partnerSolutionId",
|
|
18016
18193
|
"optional": true,
|
|
@@ -18027,7 +18204,7 @@
|
|
|
18027
18204
|
"immutable": true,
|
|
18028
18205
|
"locationInModule": {
|
|
18029
18206
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
18030
|
-
"line":
|
|
18207
|
+
"line": 30
|
|
18031
18208
|
},
|
|
18032
18209
|
"name": "storageAccountId",
|
|
18033
18210
|
"optional": true,
|
|
@@ -18053,7 +18230,7 @@
|
|
|
18053
18230
|
},
|
|
18054
18231
|
"locationInModule": {
|
|
18055
18232
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
18056
|
-
"line":
|
|
18233
|
+
"line": 100
|
|
18057
18234
|
},
|
|
18058
18235
|
"parameters": [
|
|
18059
18236
|
{
|
|
@@ -18089,7 +18266,7 @@
|
|
|
18089
18266
|
"kind": "class",
|
|
18090
18267
|
"locationInModule": {
|
|
18091
18268
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
18092
|
-
"line":
|
|
18269
|
+
"line": 61
|
|
18093
18270
|
},
|
|
18094
18271
|
"name": "DiagnosticSettings",
|
|
18095
18272
|
"namespace": "core_azure",
|
|
@@ -18101,7 +18278,7 @@
|
|
|
18101
18278
|
"immutable": true,
|
|
18102
18279
|
"locationInModule": {
|
|
18103
18280
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
18104
|
-
"line":
|
|
18281
|
+
"line": 62
|
|
18105
18282
|
},
|
|
18106
18283
|
"name": "props",
|
|
18107
18284
|
"type": {
|
|
@@ -18124,7 +18301,7 @@
|
|
|
18124
18301
|
"kind": "interface",
|
|
18125
18302
|
"locationInModule": {
|
|
18126
18303
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
18127
|
-
"line":
|
|
18304
|
+
"line": 54
|
|
18128
18305
|
},
|
|
18129
18306
|
"name": "DiagnosticSettingsProps",
|
|
18130
18307
|
"namespace": "core_azure",
|
|
@@ -18138,7 +18315,7 @@
|
|
|
18138
18315
|
"immutable": true,
|
|
18139
18316
|
"locationInModule": {
|
|
18140
18317
|
"filename": "src/core-azure/lib/diagsettings.ts",
|
|
18141
|
-
"line":
|
|
18318
|
+
"line": 58
|
|
18142
18319
|
},
|
|
18143
18320
|
"name": "targetResourceId",
|
|
18144
18321
|
"type": {
|
|
@@ -18291,6 +18468,6 @@
|
|
|
18291
18468
|
"symbolId": "src/core-azure/lib/rbac:RbacProps"
|
|
18292
18469
|
}
|
|
18293
18470
|
},
|
|
18294
|
-
"version": "0.0.3-pre.
|
|
18295
|
-
"fingerprint": "
|
|
18471
|
+
"version": "0.0.3-pre.12",
|
|
18472
|
+
"fingerprint": "QD/Hz36upd3Ik2McV8DAbwd+eh6kBcFKIuv/sufNap8="
|
|
18296
18473
|
}
|