@microsoft/terraform-cdk-constructs 1.9.0 → 2.2.0
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 +38110 -28389
- package/API.md +40683 -30877
- package/lib/azure-actiongroup/lib/action-group.d.ts +3 -3
- package/lib/azure-actiongroup/lib/action-group.js +5 -5
- package/lib/azure-actiongroup/test/action-group.integ.d.ts +1 -1
- package/lib/azure-actiongroup/test/action-group.integ.js +5 -5
- package/lib/azure-actiongroup/test/action-group.spec.js +9 -9
- package/lib/azure-activitylogalert/lib/activity-log-alert.d.ts +3 -3
- package/lib/azure-activitylogalert/lib/activity-log-alert.js +5 -5
- package/lib/azure-activitylogalert/test/activity-log-alert.integ.d.ts +1 -1
- package/lib/azure-activitylogalert/test/activity-log-alert.integ.js +6 -6
- package/lib/azure-activitylogalert/test/activity-log-alert.spec.js +9 -9
- package/lib/azure-aks/lib/aks-cluster.d.ts +6 -6
- package/lib/azure-aks/lib/aks-cluster.js +8 -8
- package/lib/azure-aks/test/aks-cluster.integ.d.ts +1 -1
- package/lib/azure-aks/test/aks-cluster.integ.js +5 -5
- package/lib/azure-aks/test/aks-cluster.spec.js +12 -12
- package/lib/azure-containerapps/index.d.ts +1 -0
- package/lib/azure-containerapps/index.js +18 -0
- package/lib/azure-containerapps/lib/container-app-environment-schemas.d.ts +50 -0
- package/lib/azure-containerapps/lib/container-app-environment-schemas.js +522 -0
- package/lib/azure-containerapps/lib/container-app-environment.d.ts +374 -0
- package/lib/azure-containerapps/lib/container-app-environment.js +310 -0
- package/lib/azure-containerapps/lib/container-app-schemas.d.ts +48 -0
- package/lib/azure-containerapps/lib/container-app-schemas.js +466 -0
- package/lib/azure-containerapps/lib/container-app.d.ts +925 -0
- package/lib/azure-containerapps/lib/container-app.js +320 -0
- package/lib/azure-containerapps/lib/index.d.ts +4 -0
- package/lib/azure-containerapps/lib/index.js +21 -0
- package/lib/azure-containerapps/test/container-app-environment.integ.d.ts +10 -0
- package/lib/azure-containerapps/test/container-app-environment.integ.js +82 -0
- package/lib/azure-containerapps/test/container-app-environment.spec.d.ts +9 -0
- package/lib/azure-containerapps/test/container-app-environment.spec.js +412 -0
- package/lib/azure-containerapps/test/container-app.integ.d.ts +10 -0
- package/lib/azure-containerapps/test/container-app.integ.js +119 -0
- package/lib/azure-containerapps/test/container-app.spec.d.ts +9 -0
- package/lib/azure-containerapps/test/container-app.spec.js +839 -0
- package/lib/azure-diagnosticsettings/lib/diagnostic-settings.d.ts +3 -3
- package/lib/azure-diagnosticsettings/lib/diagnostic-settings.js +5 -5
- package/lib/azure-diagnosticsettings/test/diagnostic-settings.spec.js +9 -9
- package/lib/azure-dnsforwardingruleset/lib/dns-forwarding-ruleset.d.ts +7 -7
- package/lib/azure-dnsforwardingruleset/lib/dns-forwarding-ruleset.js +9 -9
- package/lib/azure-dnsforwardingruleset/lib/forwarding-rule.d.ts +4 -4
- package/lib/azure-dnsforwardingruleset/lib/forwarding-rule.js +6 -6
- package/lib/azure-dnsforwardingruleset/lib/virtual-network-link.d.ts +4 -4
- package/lib/azure-dnsforwardingruleset/lib/virtual-network-link.js +6 -6
- package/lib/azure-dnsforwardingruleset/test/dns-forwarding-ruleset.integ.d.ts +1 -1
- package/lib/azure-dnsforwardingruleset/test/dns-forwarding-ruleset.integ.js +5 -5
- package/lib/azure-dnsforwardingruleset/test/dns-forwarding-ruleset.spec.js +11 -11
- package/lib/azure-dnsforwardingruleset/test/forwarding-rule.spec.js +14 -14
- package/lib/azure-dnsforwardingruleset/test/virtual-network-link.spec.js +12 -12
- package/lib/azure-dnsresolver/lib/dns-resolver.d.ts +8 -8
- package/lib/azure-dnsresolver/lib/dns-resolver.js +10 -10
- package/lib/azure-dnsresolver/lib/inbound-endpoint.d.ts +6 -6
- package/lib/azure-dnsresolver/lib/inbound-endpoint.js +8 -8
- package/lib/azure-dnsresolver/lib/outbound-endpoint.d.ts +7 -7
- package/lib/azure-dnsresolver/lib/outbound-endpoint.js +9 -9
- package/lib/azure-dnsresolver/test/dns-resolver.integ.d.ts +1 -1
- package/lib/azure-dnsresolver/test/dns-resolver.integ.js +5 -5
- package/lib/azure-dnsresolver/test/dns-resolver.spec.js +11 -11
- package/lib/azure-dnsresolver/test/inbound-endpoint.integ.d.ts +1 -1
- package/lib/azure-dnsresolver/test/inbound-endpoint.integ.js +5 -5
- package/lib/azure-dnsresolver/test/inbound-endpoint.spec.js +12 -12
- package/lib/azure-dnsresolver/test/outbound-endpoint.integ.d.ts +1 -1
- package/lib/azure-dnsresolver/test/outbound-endpoint.integ.js +5 -5
- package/lib/azure-dnsresolver/test/outbound-endpoint.spec.js +9 -9
- package/lib/azure-dnszone/lib/dns-zone.d.ts +6 -6
- package/lib/azure-dnszone/lib/dns-zone.js +8 -8
- package/lib/azure-dnszone/lib/records/dns-records.d.ts +31 -31
- package/lib/azure-dnszone/lib/records/dns-records.js +42 -42
- package/lib/azure-dnszone/test/dns-records.integ.d.ts +1 -1
- package/lib/azure-dnszone/test/dns-records.integ.js +5 -5
- package/lib/azure-dnszone/test/dns-records.spec.js +57 -57
- package/lib/azure-dnszone/test/dns-zone.integ.d.ts +1 -1
- package/lib/azure-dnszone/test/dns-zone.integ.js +5 -5
- package/lib/azure-dnszone/test/dns-zone.spec.js +11 -11
- package/lib/azure-loganalyticsworkspace/lib/log-analytics-workspace.d.ts +1 -1
- package/lib/azure-loganalyticsworkspace/lib/log-analytics-workspace.js +3 -3
- package/lib/azure-loganalyticsworkspace/test/log-analytics-workspace.integ.d.ts +1 -1
- package/lib/azure-loganalyticsworkspace/test/log-analytics-workspace.integ.js +6 -6
- package/lib/azure-loganalyticsworkspace/test/log-analytics-workspace.spec.js +6 -6
- package/lib/azure-metricalert/lib/metric-alert.d.ts +3 -3
- package/lib/azure-metricalert/lib/metric-alert.js +5 -5
- package/lib/azure-metricalert/test/metric-alert.integ.d.ts +1 -1
- package/lib/azure-metricalert/test/metric-alert.integ.js +5 -5
- package/lib/azure-metricalert/test/metric-alert.spec.js +9 -9
- package/lib/azure-networkinterface/lib/network-interface.d.ts +5 -5
- package/lib/azure-networkinterface/lib/network-interface.js +7 -7
- package/lib/azure-networkinterface/test/network-interface.integ.d.ts +1 -1
- package/lib/azure-networkinterface/test/network-interface.integ.js +5 -5
- package/lib/azure-networkinterface/test/network-interface.spec.js +11 -11
- package/lib/azure-networksecuritygroup/lib/network-security-group.d.ts +6 -6
- package/lib/azure-networksecuritygroup/lib/network-security-group.js +8 -8
- package/lib/azure-networksecuritygroup/test/network-security-group.integ.d.ts +1 -1
- package/lib/azure-networksecuritygroup/test/network-security-group.integ.js +5 -5
- package/lib/azure-networksecuritygroup/test/network-security-group.spec.js +12 -12
- package/lib/azure-networkwatcher/lib/network-watcher.d.ts +1 -1
- package/lib/azure-networkwatcher/lib/network-watcher.js +3 -3
- package/lib/azure-networkwatcher/test/network-watcher.integ.d.ts +1 -1
- package/lib/azure-networkwatcher/test/network-watcher.integ.js +6 -6
- package/lib/azure-networkwatcher/test/network-watcher.spec.js +6 -6
- package/lib/azure-policyassignment/lib/policy-assignment.d.ts +3 -3
- package/lib/azure-policyassignment/lib/policy-assignment.js +5 -5
- package/lib/azure-policyassignment/test/policy-assignment.integ.d.ts +1 -1
- package/lib/azure-policyassignment/test/policy-assignment.integ.js +5 -5
- package/lib/azure-policyassignment/test/policy-assignment.spec.js +12 -12
- package/lib/azure-policydefinition/lib/policy-definition.d.ts +3 -3
- package/lib/azure-policydefinition/lib/policy-definition.js +5 -5
- package/lib/azure-policydefinition/test/policy-definition.integ.d.ts +1 -1
- package/lib/azure-policydefinition/test/policy-definition.integ.js +5 -5
- package/lib/azure-policydefinition/test/policy-definition.spec.js +19 -19
- package/lib/azure-policysetdefinition/lib/policy-set-definition.d.ts +1 -1
- package/lib/azure-policysetdefinition/lib/policy-set-definition.js +3 -3
- package/lib/azure-policysetdefinition/test/policy-set-definition.integ.d.ts +1 -1
- package/lib/azure-policysetdefinition/test/policy-set-definition.integ.js +6 -6
- package/lib/azure-policysetdefinition/test/policy-set-definition.spec.js +6 -6
- package/lib/azure-privatednszone/lib/private-dns-zone.d.ts +10 -10
- package/lib/azure-privatednszone/lib/private-dns-zone.js +12 -12
- package/lib/azure-privatednszone/lib/records/private-dns-records.d.ts +25 -25
- package/lib/azure-privatednszone/lib/records/private-dns-records.js +34 -34
- package/lib/azure-privatednszone/test/private-dns-records.integ.d.ts +1 -1
- package/lib/azure-privatednszone/test/private-dns-records.integ.js +5 -5
- package/lib/azure-privatednszone/test/private-dns-records.spec.js +49 -49
- package/lib/azure-privatednszone/test/private-dns-zone.integ.d.ts +1 -1
- package/lib/azure-privatednszone/test/private-dns-zone.integ.js +5 -5
- package/lib/azure-privatednszone/test/private-dns-zone.spec.js +12 -12
- package/lib/azure-privatednszonelink/lib/private-dns-zone-link.d.ts +6 -6
- package/lib/azure-privatednszonelink/lib/private-dns-zone-link.js +8 -8
- package/lib/azure-privatednszonelink/test/private-dns-zone-link.integ.d.ts +1 -1
- package/lib/azure-privatednszonelink/test/private-dns-zone-link.integ.js +5 -5
- package/lib/azure-privatednszonelink/test/private-dns-zone-link.spec.js +12 -12
- package/lib/azure-publicipaddress/lib/public-ip-address.d.ts +5 -5
- package/lib/azure-publicipaddress/lib/public-ip-address.js +7 -7
- package/lib/azure-publicipaddress/test/public-ip-address.integ.d.ts +1 -1
- package/lib/azure-publicipaddress/test/public-ip-address.integ.js +6 -6
- package/lib/azure-publicipaddress/test/public-ip-address.spec.js +11 -11
- package/lib/azure-resourcegroup/lib/resource-group.d.ts +5 -5
- package/lib/azure-resourcegroup/lib/resource-group.js +7 -7
- package/lib/azure-resourcegroup/test/resource-group.integ.d.ts +1 -1
- package/lib/azure-resourcegroup/test/resource-group.integ.js +5 -5
- package/lib/azure-resourcegroup/test/resource-group.spec.js +14 -14
- package/lib/azure-roleassignment/lib/role-assignment.d.ts +3 -3
- package/lib/azure-roleassignment/lib/role-assignment.js +5 -5
- package/lib/azure-roleassignment/test/role-assignment.integ.d.ts +1 -1
- package/lib/azure-roleassignment/test/role-assignment.integ.js +5 -5
- package/lib/azure-roleassignment/test/role-assignment.spec.js +12 -12
- package/lib/azure-roledefinition/lib/role-definition.d.ts +3 -3
- package/lib/azure-roledefinition/lib/role-definition.js +5 -5
- package/lib/azure-roledefinition/test/role-definition.integ.d.ts +1 -1
- package/lib/azure-roledefinition/test/role-definition.integ.js +5 -5
- package/lib/azure-roledefinition/test/role-definition.spec.js +12 -12
- package/lib/azure-storageaccount/lib/storage-account.d.ts +6 -6
- package/lib/azure-storageaccount/lib/storage-account.js +8 -8
- package/lib/azure-storageaccount/test/storage-account.integ.d.ts +1 -1
- package/lib/azure-storageaccount/test/storage-account.integ.js +5 -5
- package/lib/azure-storageaccount/test/storage-account.spec.js +11 -11
- package/lib/azure-subnet/lib/subnet.d.ts +3 -3
- package/lib/azure-subnet/lib/subnet.js +5 -5
- package/lib/azure-subnet/test/subnet.integ.d.ts +1 -1
- package/lib/azure-subnet/test/subnet.integ.js +5 -5
- package/lib/azure-subnet/test/subnet.spec.js +9 -9
- package/lib/azure-virtualmachine/lib/virtual-machine.d.ts +6 -6
- package/lib/azure-virtualmachine/lib/virtual-machine.js +8 -8
- package/lib/azure-virtualmachine/test/virtual-machine.integ.d.ts +1 -1
- package/lib/azure-virtualmachine/test/virtual-machine.integ.js +5 -5
- package/lib/azure-virtualmachine/test/virtual-machine.spec.js +17 -17
- package/lib/azure-virtualnetwork/lib/virtual-network.d.ts +6 -6
- package/lib/azure-virtualnetwork/lib/virtual-network.js +8 -8
- package/lib/azure-virtualnetwork/test/virtual-network.integ.d.ts +1 -1
- package/lib/azure-virtualnetwork/test/virtual-network.integ.js +5 -5
- package/lib/azure-virtualnetwork/test/virtual-network.spec.js +12 -12
- package/lib/azure-virtualnetworkgateway/lib/virtual-network-gateway.d.ts +5 -5
- package/lib/azure-virtualnetworkgateway/lib/virtual-network-gateway.js +7 -7
- package/lib/azure-virtualnetworkgateway/test/virtual-network-gateway.integ.d.ts +1 -1
- package/lib/azure-virtualnetworkgateway/test/virtual-network-gateway.integ.js +5 -5
- package/lib/azure-virtualnetworkgateway/test/virtual-network-gateway.spec.js +13 -13
- package/lib/azure-virtualnetworkgatewayconnection/lib/virtual-network-gateway-connection.d.ts +5 -5
- package/lib/azure-virtualnetworkgatewayconnection/lib/virtual-network-gateway-connection.js +7 -7
- package/lib/azure-virtualnetworkgatewayconnection/test/virtual-network-gateway-connection.integ.d.ts +1 -1
- package/lib/azure-virtualnetworkgatewayconnection/test/virtual-network-gateway-connection.integ.js +5 -5
- package/lib/azure-virtualnetworkgatewayconnection/test/virtual-network-gateway-connection.spec.js +20 -20
- package/lib/azure-virtualnetworkmanager/lib/connectivity-configuration.d.ts +4 -4
- package/lib/azure-virtualnetworkmanager/lib/connectivity-configuration.js +6 -6
- package/lib/azure-virtualnetworkmanager/lib/ipam-pool-static-cidr.d.ts +4 -4
- package/lib/azure-virtualnetworkmanager/lib/ipam-pool-static-cidr.js +6 -6
- package/lib/azure-virtualnetworkmanager/lib/ipam-pool.d.ts +4 -4
- package/lib/azure-virtualnetworkmanager/lib/ipam-pool.js +6 -6
- package/lib/azure-virtualnetworkmanager/lib/network-group-static-member.d.ts +4 -4
- package/lib/azure-virtualnetworkmanager/lib/network-group-static-member.js +6 -6
- package/lib/azure-virtualnetworkmanager/lib/network-group.d.ts +4 -4
- package/lib/azure-virtualnetworkmanager/lib/network-group.js +6 -6
- package/lib/azure-virtualnetworkmanager/lib/security-admin-configuration.d.ts +4 -4
- package/lib/azure-virtualnetworkmanager/lib/security-admin-configuration.js +6 -6
- package/lib/azure-virtualnetworkmanager/lib/security-admin-rule-collection.d.ts +4 -4
- package/lib/azure-virtualnetworkmanager/lib/security-admin-rule-collection.js +6 -6
- package/lib/azure-virtualnetworkmanager/lib/security-admin-rule.d.ts +4 -4
- package/lib/azure-virtualnetworkmanager/lib/security-admin-rule.js +6 -6
- package/lib/azure-virtualnetworkmanager/lib/virtual-network-manager.d.ts +7 -7
- package/lib/azure-virtualnetworkmanager/lib/virtual-network-manager.js +9 -9
- package/lib/azure-virtualnetworkmanager/test/ipam-pool-static-cidr.spec.js +17 -17
- package/lib/azure-virtualnetworkmanager/test/ipam-pool.spec.js +15 -15
- package/lib/azure-virtualnetworkmanager/test/virtual-network-manager.integ.d.ts +1 -1
- package/lib/azure-virtualnetworkmanager/test/virtual-network-manager.integ.js +5 -5
- package/lib/azure-virtualnetworkmanager/test/virtual-network-manager.spec.js +57 -57
- package/lib/azure-vmss/lib/virtual-machine-scale-set.d.ts +6 -6
- package/lib/azure-vmss/lib/virtual-machine-scale-set.js +8 -8
- package/lib/azure-vmss/test/virtual-machine-scale-set.integ.d.ts +1 -1
- package/lib/azure-vmss/test/virtual-machine-scale-set.integ.js +5 -5
- package/lib/azure-vmss/test/virtual-machine-scale-set.spec.js +12 -12
- package/lib/core-azure/lib/azapi/azapi-resource-tags.spec.js +6 -6
- package/lib/core-azure/lib/azapi/azapi-resource.d.ts +7 -7
- package/lib/core-azure/lib/azapi/azapi-resource.js +6 -6
- package/lib/core-azure/lib/azapi/azapi-resource.spec.js +7 -7
- package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-client-config/index.d.ts +12 -12
- package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-client-config/index.js +15 -15
- package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource/index.d.ts +35 -35
- package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource/index.js +58 -58
- package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource-action/index.d.ts +25 -25
- package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource-action/index.js +49 -49
- package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource-id/index.d.ts +13 -13
- package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource-id/index.js +22 -22
- package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource-list/index.d.ts +24 -24
- package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource-list/index.js +40 -40
- package/lib/core-azure/lib/azapi/providers-azapi/data-plane-resource/index.d.ts +44 -44
- package/lib/core-azure/lib/azapi/providers-azapi/data-plane-resource/index.js +72 -72
- package/lib/core-azure/lib/azapi/providers-azapi/index.js +2 -2
- package/lib/core-azure/lib/azapi/providers-azapi/lazy-index.js +2 -2
- package/lib/core-azure/lib/azapi/providers-azapi/provider/index.d.ts +54 -54
- package/lib/core-azure/lib/azapi/providers-azapi/provider/index.js +86 -86
- package/lib/core-azure/lib/azapi/providers-azapi/resource/index.d.ts +65 -65
- package/lib/core-azure/lib/azapi/providers-azapi/resource/index.js +102 -102
- package/lib/core-azure/lib/azapi/providers-azapi/resource-action/index.d.ts +25 -25
- package/lib/core-azure/lib/azapi/providers-azapi/resource-action/index.js +62 -62
- package/lib/core-azure/lib/azapi/providers-azapi/update-resource/index.d.ts +36 -36
- package/lib/core-azure/lib/azapi/providers-azapi/update-resource/index.js +69 -69
- package/lib/core-azure/lib/azapi/schema-mapper/schema-mapper.js +1 -1
- package/lib/core-azure/lib/version-manager/api-version-manager.js +1 -1
- package/lib/core-azure/lib/version-manager/interfaces/version-interfaces.js +7 -7
- package/lib/index.d.ts +3 -0
- package/lib/index.js +5 -2
- package/lib/testing/index.d.ts +1 -1
- package/lib/testing/index.js +8 -8
- package/lib/testing/lib/cleanup.js +1 -1
- package/lib/testing/lib/metadata.js +1 -1
- package/package.json +10 -22
- package/setup.js +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Construct } from 'constructs';
|
|
2
|
-
import * as
|
|
3
|
-
export interface DataPlaneResourceConfig extends
|
|
2
|
+
import * as cdktn from 'cdktn';
|
|
3
|
+
export interface DataPlaneResourceConfig extends cdktn.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
5
|
* A dynamic attribute that contains the request body.
|
|
6
6
|
*
|
|
@@ -24,7 +24,7 @@ export interface DataPlaneResourceConfig extends cdktf.TerraformMetaArguments {
|
|
|
24
24
|
*/
|
|
25
25
|
readonly createQueryParameters?: {
|
|
26
26
|
[key: string]: string[];
|
|
27
|
-
} |
|
|
27
|
+
} | cdktn.IResolvable;
|
|
28
28
|
/**
|
|
29
29
|
* A mapping of headers to be sent with the delete request.
|
|
30
30
|
*
|
|
@@ -40,19 +40,19 @@ export interface DataPlaneResourceConfig extends cdktf.TerraformMetaArguments {
|
|
|
40
40
|
*/
|
|
41
41
|
readonly deleteQueryParameters?: {
|
|
42
42
|
[key: string]: string[];
|
|
43
|
-
} |
|
|
43
|
+
} | cdktn.IResolvable;
|
|
44
44
|
/**
|
|
45
45
|
* A dynamic attribute that contains the request body.
|
|
46
46
|
*
|
|
47
47
|
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/azure/azapi/2.7.0/docs/resources/data_plane_resource#ignore_casing DataPlaneResource#ignore_casing}
|
|
48
48
|
*/
|
|
49
|
-
readonly ignoreCasing?: boolean |
|
|
49
|
+
readonly ignoreCasing?: boolean | cdktn.IResolvable;
|
|
50
50
|
/**
|
|
51
51
|
* Whether ignore not returned properties like credentials in `body` to suppress plan-diff. Defaults to `true`. It's recommend to enable this option when some sensitive properties are not returned in response body, instead of setting them in `lifecycle.ignore_changes` because it will make the sensitive fields unable to update.
|
|
52
52
|
*
|
|
53
53
|
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/azure/azapi/2.7.0/docs/resources/data_plane_resource#ignore_missing_property DataPlaneResource#ignore_missing_property}
|
|
54
54
|
*/
|
|
55
|
-
readonly ignoreMissingProperty?: boolean |
|
|
55
|
+
readonly ignoreMissingProperty?: boolean | cdktn.IResolvable;
|
|
56
56
|
/**
|
|
57
57
|
* A list of ARM resource IDs which are used to avoid create/modify/delete azapi resources at the same time.
|
|
58
58
|
*
|
|
@@ -86,7 +86,7 @@ export interface DataPlaneResourceConfig extends cdktf.TerraformMetaArguments {
|
|
|
86
86
|
*/
|
|
87
87
|
readonly readQueryParameters?: {
|
|
88
88
|
[key: string]: string[];
|
|
89
|
-
} |
|
|
89
|
+
} | cdktn.IResolvable;
|
|
90
90
|
/**
|
|
91
91
|
* Will trigger a replace of the resource when the value changes and is not `null`. This can be used by practitioners to force a replace of the resource when certain values change, e.g. changing the SKU of a virtual machine based on the value of variables or locals. The value is a `dynamic`, so practitioners can compose the input however they wish. For a "break glass" set the value to `null` to prevent the plan modifier taking effect.
|
|
92
92
|
* If you have `null` values that you do want to be tracked as affecting the resource replacement, include these inside an object.
|
|
@@ -186,7 +186,7 @@ export interface DataPlaneResourceConfig extends cdktf.TerraformMetaArguments {
|
|
|
186
186
|
*/
|
|
187
187
|
readonly updateQueryParameters?: {
|
|
188
188
|
[key: string]: string[];
|
|
189
|
-
} |
|
|
189
|
+
} | cdktn.IResolvable;
|
|
190
190
|
/**
|
|
191
191
|
* timeouts block
|
|
192
192
|
*
|
|
@@ -226,18 +226,18 @@ export interface DataPlaneResourceRetry {
|
|
|
226
226
|
*/
|
|
227
227
|
readonly randomizationFactor?: number;
|
|
228
228
|
}
|
|
229
|
-
export declare function dataPlaneResourceRetryToTerraform(struct?: DataPlaneResourceRetry |
|
|
230
|
-
export declare function dataPlaneResourceRetryToHclTerraform(struct?: DataPlaneResourceRetry |
|
|
231
|
-
export declare class DataPlaneResourceRetryOutputReference extends
|
|
229
|
+
export declare function dataPlaneResourceRetryToTerraform(struct?: DataPlaneResourceRetry | cdktn.IResolvable): any;
|
|
230
|
+
export declare function dataPlaneResourceRetryToHclTerraform(struct?: DataPlaneResourceRetry | cdktn.IResolvable): any;
|
|
231
|
+
export declare class DataPlaneResourceRetryOutputReference extends cdktn.ComplexObject {
|
|
232
232
|
private isEmptyObject;
|
|
233
233
|
private resolvableValue?;
|
|
234
234
|
/**
|
|
235
235
|
* @param terraformResource The parent resource
|
|
236
236
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
237
237
|
*/
|
|
238
|
-
constructor(terraformResource:
|
|
239
|
-
get internalValue(): DataPlaneResourceRetry |
|
|
240
|
-
set internalValue(value: DataPlaneResourceRetry |
|
|
238
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
239
|
+
get internalValue(): DataPlaneResourceRetry | cdktn.IResolvable | undefined;
|
|
240
|
+
set internalValue(value: DataPlaneResourceRetry | cdktn.IResolvable | undefined);
|
|
241
241
|
private _errorMessageRegex?;
|
|
242
242
|
get errorMessageRegex(): string[];
|
|
243
243
|
set errorMessageRegex(value: string[]);
|
|
@@ -289,18 +289,18 @@ export interface DataPlaneResourceTimeouts {
|
|
|
289
289
|
*/
|
|
290
290
|
readonly update?: string;
|
|
291
291
|
}
|
|
292
|
-
export declare function dataPlaneResourceTimeoutsToTerraform(struct?: DataPlaneResourceTimeouts |
|
|
293
|
-
export declare function dataPlaneResourceTimeoutsToHclTerraform(struct?: DataPlaneResourceTimeouts |
|
|
294
|
-
export declare class DataPlaneResourceTimeoutsOutputReference extends
|
|
292
|
+
export declare function dataPlaneResourceTimeoutsToTerraform(struct?: DataPlaneResourceTimeouts | cdktn.IResolvable): any;
|
|
293
|
+
export declare function dataPlaneResourceTimeoutsToHclTerraform(struct?: DataPlaneResourceTimeouts | cdktn.IResolvable): any;
|
|
294
|
+
export declare class DataPlaneResourceTimeoutsOutputReference extends cdktn.ComplexObject {
|
|
295
295
|
private isEmptyObject;
|
|
296
296
|
private resolvableValue?;
|
|
297
297
|
/**
|
|
298
298
|
* @param terraformResource The parent resource
|
|
299
299
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
300
300
|
*/
|
|
301
|
-
constructor(terraformResource:
|
|
302
|
-
get internalValue(): DataPlaneResourceTimeouts |
|
|
303
|
-
set internalValue(value: DataPlaneResourceTimeouts |
|
|
301
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
302
|
+
get internalValue(): DataPlaneResourceTimeouts | cdktn.IResolvable | undefined;
|
|
303
|
+
set internalValue(value: DataPlaneResourceTimeouts | cdktn.IResolvable | undefined);
|
|
304
304
|
private _create?;
|
|
305
305
|
get create(): string;
|
|
306
306
|
set create(value: string);
|
|
@@ -325,16 +325,16 @@ export declare class DataPlaneResourceTimeoutsOutputReference extends cdktf.Comp
|
|
|
325
325
|
/**
|
|
326
326
|
* Represents a {@link https://registry.terraform.io/providers/azure/azapi/2.7.0/docs/resources/data_plane_resource azapi_data_plane_resource}
|
|
327
327
|
*/
|
|
328
|
-
export declare class DataPlaneResource extends
|
|
328
|
+
export declare class DataPlaneResource extends cdktn.TerraformResource {
|
|
329
329
|
static readonly tfResourceType = "azapi_data_plane_resource";
|
|
330
330
|
/**
|
|
331
|
-
* Generates
|
|
331
|
+
* Generates CDKTN code for importing a DataPlaneResource resource upon running "cdktn plan <stack-name>"
|
|
332
332
|
* @param scope The scope in which to define this construct
|
|
333
333
|
* @param importToId The construct id used in the generated config for the DataPlaneResource to import
|
|
334
334
|
* @param importFromId The id of the existing DataPlaneResource that should be imported. Refer to the {@link https://registry.terraform.io/providers/azure/azapi/2.7.0/docs/resources/data_plane_resource#import import section} in the documentation of this resource for the id to use
|
|
335
335
|
* @param provider? Optional instance of the provider where the DataPlaneResource to import is found
|
|
336
336
|
*/
|
|
337
|
-
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?:
|
|
337
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
|
|
338
338
|
/**
|
|
339
339
|
* Create a new {@link https://registry.terraform.io/providers/azure/azapi/2.7.0/docs/resources/data_plane_resource azapi_data_plane_resource} Resource
|
|
340
340
|
*
|
|
@@ -368,12 +368,12 @@ export declare class DataPlaneResource extends cdktf.TerraformResource {
|
|
|
368
368
|
private _createQueryParameters?;
|
|
369
369
|
get createQueryParameters(): {
|
|
370
370
|
[key: string]: string[];
|
|
371
|
-
} |
|
|
371
|
+
} | cdktn.IResolvable;
|
|
372
372
|
set createQueryParameters(value: {
|
|
373
373
|
[key: string]: string[];
|
|
374
|
-
} |
|
|
374
|
+
} | cdktn.IResolvable);
|
|
375
375
|
resetCreateQueryParameters(): void;
|
|
376
|
-
get createQueryParametersInput():
|
|
376
|
+
get createQueryParametersInput(): cdktn.IResolvable | {
|
|
377
377
|
[key: string]: string[];
|
|
378
378
|
} | undefined;
|
|
379
379
|
private _deleteHeaders?;
|
|
@@ -390,25 +390,25 @@ export declare class DataPlaneResource extends cdktf.TerraformResource {
|
|
|
390
390
|
private _deleteQueryParameters?;
|
|
391
391
|
get deleteQueryParameters(): {
|
|
392
392
|
[key: string]: string[];
|
|
393
|
-
} |
|
|
393
|
+
} | cdktn.IResolvable;
|
|
394
394
|
set deleteQueryParameters(value: {
|
|
395
395
|
[key: string]: string[];
|
|
396
|
-
} |
|
|
396
|
+
} | cdktn.IResolvable);
|
|
397
397
|
resetDeleteQueryParameters(): void;
|
|
398
|
-
get deleteQueryParametersInput():
|
|
398
|
+
get deleteQueryParametersInput(): cdktn.IResolvable | {
|
|
399
399
|
[key: string]: string[];
|
|
400
400
|
} | undefined;
|
|
401
401
|
get id(): string;
|
|
402
402
|
private _ignoreCasing?;
|
|
403
|
-
get ignoreCasing(): boolean |
|
|
404
|
-
set ignoreCasing(value: boolean |
|
|
403
|
+
get ignoreCasing(): boolean | cdktn.IResolvable;
|
|
404
|
+
set ignoreCasing(value: boolean | cdktn.IResolvable);
|
|
405
405
|
resetIgnoreCasing(): void;
|
|
406
|
-
get ignoreCasingInput(): boolean |
|
|
406
|
+
get ignoreCasingInput(): boolean | cdktn.IResolvable | undefined;
|
|
407
407
|
private _ignoreMissingProperty?;
|
|
408
|
-
get ignoreMissingProperty(): boolean |
|
|
409
|
-
set ignoreMissingProperty(value: boolean |
|
|
408
|
+
get ignoreMissingProperty(): boolean | cdktn.IResolvable;
|
|
409
|
+
set ignoreMissingProperty(value: boolean | cdktn.IResolvable);
|
|
410
410
|
resetIgnoreMissingProperty(): void;
|
|
411
|
-
get ignoreMissingPropertyInput(): boolean |
|
|
411
|
+
get ignoreMissingPropertyInput(): boolean | cdktn.IResolvable | undefined;
|
|
412
412
|
private _locks?;
|
|
413
413
|
get locks(): string[];
|
|
414
414
|
set locks(value: string[]);
|
|
@@ -419,7 +419,7 @@ export declare class DataPlaneResource extends cdktf.TerraformResource {
|
|
|
419
419
|
set name(value: string);
|
|
420
420
|
get nameInput(): string | undefined;
|
|
421
421
|
private _output;
|
|
422
|
-
get output():
|
|
422
|
+
get output(): cdktn.AnyMap;
|
|
423
423
|
private _parentId?;
|
|
424
424
|
get parentId(): string;
|
|
425
425
|
set parentId(value: string);
|
|
@@ -438,12 +438,12 @@ export declare class DataPlaneResource extends cdktf.TerraformResource {
|
|
|
438
438
|
private _readQueryParameters?;
|
|
439
439
|
get readQueryParameters(): {
|
|
440
440
|
[key: string]: string[];
|
|
441
|
-
} |
|
|
441
|
+
} | cdktn.IResolvable;
|
|
442
442
|
set readQueryParameters(value: {
|
|
443
443
|
[key: string]: string[];
|
|
444
|
-
} |
|
|
444
|
+
} | cdktn.IResolvable);
|
|
445
445
|
resetReadQueryParameters(): void;
|
|
446
|
-
get readQueryParametersInput():
|
|
446
|
+
get readQueryParametersInput(): cdktn.IResolvable | {
|
|
447
447
|
[key: string]: string[];
|
|
448
448
|
} | undefined;
|
|
449
449
|
private _replaceTriggersExternalValues?;
|
|
@@ -477,7 +477,7 @@ export declare class DataPlaneResource extends cdktf.TerraformResource {
|
|
|
477
477
|
get retry(): DataPlaneResourceRetryOutputReference;
|
|
478
478
|
putRetry(value: DataPlaneResourceRetry): void;
|
|
479
479
|
resetRetry(): void;
|
|
480
|
-
get retryInput():
|
|
480
|
+
get retryInput(): cdktn.IResolvable | DataPlaneResourceRetry | undefined;
|
|
481
481
|
private _type?;
|
|
482
482
|
get type(): string;
|
|
483
483
|
set type(value: string);
|
|
@@ -496,19 +496,19 @@ export declare class DataPlaneResource extends cdktf.TerraformResource {
|
|
|
496
496
|
private _updateQueryParameters?;
|
|
497
497
|
get updateQueryParameters(): {
|
|
498
498
|
[key: string]: string[];
|
|
499
|
-
} |
|
|
499
|
+
} | cdktn.IResolvable;
|
|
500
500
|
set updateQueryParameters(value: {
|
|
501
501
|
[key: string]: string[];
|
|
502
|
-
} |
|
|
502
|
+
} | cdktn.IResolvable);
|
|
503
503
|
resetUpdateQueryParameters(): void;
|
|
504
|
-
get updateQueryParametersInput():
|
|
504
|
+
get updateQueryParametersInput(): cdktn.IResolvable | {
|
|
505
505
|
[key: string]: string[];
|
|
506
506
|
} | undefined;
|
|
507
507
|
private _timeouts;
|
|
508
508
|
get timeouts(): DataPlaneResourceTimeoutsOutputReference;
|
|
509
509
|
putTimeouts(value: DataPlaneResourceTimeouts): void;
|
|
510
510
|
resetTimeouts(): void;
|
|
511
|
-
get timeoutsInput():
|
|
511
|
+
get timeoutsInput(): cdktn.IResolvable | DataPlaneResourceTimeouts | undefined;
|
|
512
512
|
protected synthesizeAttributes(): {
|
|
513
513
|
[name: string]: any;
|
|
514
514
|
};
|