@pulumi/newrelic 5.1.0 → 5.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.
Files changed (146) hide show
  1. package/alertChannel.d.ts +2 -1
  2. package/alertChannel.js +22 -22
  3. package/alertChannel.js.map +1 -1
  4. package/alertCondition.d.ts +8 -7
  5. package/alertCondition.js +22 -22
  6. package/alertCondition.js.map +1 -1
  7. package/alertMutingRule.d.ts +5 -4
  8. package/alertMutingRule.js +22 -22
  9. package/alertMutingRule.js.map +1 -1
  10. package/alertPolicy.js +20 -20
  11. package/alertPolicy.js.map +1 -1
  12. package/alertPolicyChannel.js +22 -22
  13. package/alertPolicyChannel.js.map +1 -1
  14. package/apiAccessKey.js +24 -22
  15. package/apiAccessKey.js.map +1 -1
  16. package/cloud/awsGovcloudIntegrations.d.ts +2 -1
  17. package/cloud/awsGovcloudIntegrations.js +22 -22
  18. package/cloud/awsGovcloudIntegrations.js.map +1 -1
  19. package/cloud/awsGovcloudLinkAccount.js +26 -24
  20. package/cloud/awsGovcloudLinkAccount.js.map +1 -1
  21. package/cloud/awsIntegrations.d.ts +2 -1
  22. package/cloud/awsIntegrations.js +22 -22
  23. package/cloud/awsIntegrations.js.map +1 -1
  24. package/cloud/awsLinkAccount.js +22 -22
  25. package/cloud/awsLinkAccount.js.map +1 -1
  26. package/cloud/azureIntegrations.d.ts +89 -64
  27. package/cloud/azureIntegrations.js +26 -22
  28. package/cloud/azureIntegrations.js.map +1 -1
  29. package/cloud/azureLinkAccount.js +25 -23
  30. package/cloud/azureLinkAccount.js.map +1 -1
  31. package/cloud/gcpIntegrations.d.ts +14 -1
  32. package/cloud/gcpIntegrations.js +24 -22
  33. package/cloud/gcpIntegrations.js.map +1 -1
  34. package/cloud/gcpLinkAccount.js +21 -21
  35. package/cloud/gcpLinkAccount.js.map +1 -1
  36. package/cloud/index.d.ts +24 -8
  37. package/cloud/index.js +25 -40
  38. package/cloud/index.js.map +1 -1
  39. package/entityTags.d.ts +2 -32
  40. package/entityTags.js +22 -53
  41. package/entityTags.js.map +1 -1
  42. package/eventsToMetricsRule.js +22 -22
  43. package/eventsToMetricsRule.js.map +1 -1
  44. package/getAlertChannel.d.ts +1 -1
  45. package/getAlertChannel.js.map +1 -1
  46. package/getEntity.d.ts +14 -4
  47. package/getEntity.js +1 -1
  48. package/getEntity.js.map +1 -1
  49. package/getObfuscationExpression.d.ts +65 -0
  50. package/getObfuscationExpression.js +48 -0
  51. package/getObfuscationExpression.js.map +1 -0
  52. package/index.d.ts +87 -26
  53. package/index.js +92 -81
  54. package/index.js.map +1 -1
  55. package/infraAlertCondition.d.ts +11 -10
  56. package/infraAlertCondition.js +22 -22
  57. package/infraAlertCondition.js.map +1 -1
  58. package/insights/event.d.ts +2 -1
  59. package/insights/event.js +17 -17
  60. package/insights/event.js.map +1 -1
  61. package/insights/index.d.ts +3 -1
  62. package/insights/index.js +4 -19
  63. package/insights/index.js.map +1 -1
  64. package/notificationChannel.d.ts +68 -13
  65. package/notificationChannel.js +88 -34
  66. package/notificationChannel.js.map +1 -1
  67. package/notificationDestination.d.ts +2 -1
  68. package/notificationDestination.js +22 -22
  69. package/notificationDestination.js.map +1 -1
  70. package/nrqlAlertCondition.d.ts +22 -21
  71. package/nrqlAlertCondition.js +27 -27
  72. package/nrqlAlertCondition.js.map +1 -1
  73. package/nrqlDropRule.js +22 -22
  74. package/nrqlDropRule.js.map +1 -1
  75. package/obfuscationExpression.d.ts +108 -0
  76. package/obfuscationExpression.js +82 -0
  77. package/obfuscationExpression.js.map +1 -0
  78. package/obfuscationRule.d.ts +143 -0
  79. package/obfuscationRule.js +101 -0
  80. package/obfuscationRule.js.map +1 -0
  81. package/oneDashboard.d.ts +113 -3
  82. package/oneDashboard.js +123 -24
  83. package/oneDashboard.js.map +1 -1
  84. package/oneDashboardJson.d.ts +3 -15
  85. package/oneDashboardJson.js +22 -34
  86. package/oneDashboardJson.js.map +1 -1
  87. package/oneDashboardRaw.d.ts +4 -1
  88. package/oneDashboardRaw.js +24 -22
  89. package/oneDashboardRaw.js.map +1 -1
  90. package/package.json +2 -2
  91. package/package.json.dev +2 -2
  92. package/plugins/applicationSettings.js +22 -22
  93. package/plugins/applicationSettings.js.map +1 -1
  94. package/plugins/index.d.ts +6 -2
  95. package/plugins/index.js +7 -22
  96. package/plugins/index.js.map +1 -1
  97. package/plugins/workload.d.ts +120 -2
  98. package/plugins/workload.js +110 -23
  99. package/plugins/workload.js.map +1 -1
  100. package/provider.d.ts +3 -3
  101. package/provider.js +19 -14
  102. package/provider.js.map +1 -1
  103. package/serviceLevel.d.ts +2 -1
  104. package/serviceLevel.js +22 -22
  105. package/serviceLevel.js.map +1 -1
  106. package/synthetics/alertCondition.js +22 -22
  107. package/synthetics/alertCondition.js.map +1 -1
  108. package/synthetics/brokenLinksMonitor.d.ts +9 -8
  109. package/synthetics/brokenLinksMonitor.js +26 -26
  110. package/synthetics/brokenLinksMonitor.js.map +1 -1
  111. package/synthetics/certCheckMonitor.d.ts +6 -5
  112. package/synthetics/certCheckMonitor.js +26 -26
  113. package/synthetics/certCheckMonitor.js.map +1 -1
  114. package/synthetics/getPrivateLocation.d.ts +35 -0
  115. package/synthetics/getPrivateLocation.js +27 -0
  116. package/synthetics/getPrivateLocation.js.map +1 -1
  117. package/synthetics/getSecureCredential.d.ts +1 -0
  118. package/synthetics/getSecureCredential.js.map +1 -1
  119. package/synthetics/index.d.ts +33 -11
  120. package/synthetics/index.js +34 -45
  121. package/synthetics/index.js.map +1 -1
  122. package/synthetics/monitor.d.ts +29 -33
  123. package/synthetics/monitor.js +40 -45
  124. package/synthetics/monitor.js.map +1 -1
  125. package/synthetics/multiLocationAlertCondition.d.ts +2 -1
  126. package/synthetics/multiLocationAlertCondition.js +22 -22
  127. package/synthetics/multiLocationAlertCondition.js.map +1 -1
  128. package/synthetics/privateLocation.d.ts +7 -8
  129. package/synthetics/privateLocation.js +24 -25
  130. package/synthetics/privateLocation.js.map +1 -1
  131. package/synthetics/scriptMonitor.d.ts +15 -21
  132. package/synthetics/scriptMonitor.js +32 -39
  133. package/synthetics/scriptMonitor.js.map +1 -1
  134. package/synthetics/secureCredential.js +25 -23
  135. package/synthetics/secureCredential.js.map +1 -1
  136. package/synthetics/stepMonitor.d.ts +6 -5
  137. package/synthetics/stepMonitor.js +26 -26
  138. package/synthetics/stepMonitor.js.map +1 -1
  139. package/types/index.js.map +1 -1
  140. package/types/input.d.ts +288 -72
  141. package/types/output.d.ts +282 -72
  142. package/utilities.js +13 -1
  143. package/utilities.js.map +1 -1
  144. package/workflow.d.ts +99 -112
  145. package/workflow.js +82 -105
  146. package/workflow.js.map +1 -1
@@ -30,6 +30,28 @@ const utilities = require("../utilities");
30
30
  * ```
31
31
  */
32
32
  class AwsGovcloudLinkAccount extends pulumi.CustomResource {
33
+ /**
34
+ * Get an existing AwsGovcloudLinkAccount resource's state with the given name, ID, and optional extra
35
+ * properties used to qualify the lookup.
36
+ *
37
+ * @param name The _unique_ name of the resulting resource.
38
+ * @param id The _unique_ provider ID of the resource to lookup.
39
+ * @param state Any extra arguments used during the lookup.
40
+ * @param opts Optional settings to control the behavior of the CustomResource.
41
+ */
42
+ static get(name, id, state, opts) {
43
+ return new AwsGovcloudLinkAccount(name, state, Object.assign(Object.assign({}, opts), { id: id }));
44
+ }
45
+ /**
46
+ * Returns true if the given object is an instance of AwsGovcloudLinkAccount. This is designed to work even
47
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
48
+ */
49
+ static isInstance(obj) {
50
+ if (obj === undefined || obj === null) {
51
+ return false;
52
+ }
53
+ return obj['__pulumiType'] === AwsGovcloudLinkAccount.__pulumiType;
54
+ }
33
55
  constructor(name, argsOrState, opts) {
34
56
  let resourceInputs = {};
35
57
  opts = opts || {};
@@ -53,38 +75,18 @@ class AwsGovcloudLinkAccount extends pulumi.CustomResource {
53
75
  if ((!args || args.secretAccessKey === undefined) && !opts.urn) {
54
76
  throw new Error("Missing required property 'secretAccessKey'");
55
77
  }
56
- resourceInputs["accessKeyId"] = args ? args.accessKeyId : undefined;
78
+ resourceInputs["accessKeyId"] = (args === null || args === void 0 ? void 0 : args.accessKeyId) ? pulumi.secret(args.accessKeyId) : undefined;
57
79
  resourceInputs["accountId"] = args ? args.accountId : undefined;
58
80
  resourceInputs["awsAccountId"] = args ? args.awsAccountId : undefined;
59
81
  resourceInputs["metricCollectionMode"] = args ? args.metricCollectionMode : undefined;
60
82
  resourceInputs["name"] = args ? args.name : undefined;
61
- resourceInputs["secretAccessKey"] = args ? args.secretAccessKey : undefined;
83
+ resourceInputs["secretAccessKey"] = (args === null || args === void 0 ? void 0 : args.secretAccessKey) ? pulumi.secret(args.secretAccessKey) : undefined;
62
84
  }
63
85
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
86
+ const secretOpts = { additionalSecretOutputs: ["accessKeyId", "secretAccessKey"] };
87
+ opts = pulumi.mergeOptions(opts, secretOpts);
64
88
  super(AwsGovcloudLinkAccount.__pulumiType, name, resourceInputs, opts);
65
89
  }
66
- /**
67
- * Get an existing AwsGovcloudLinkAccount resource's state with the given name, ID, and optional extra
68
- * properties used to qualify the lookup.
69
- *
70
- * @param name The _unique_ name of the resulting resource.
71
- * @param id The _unique_ provider ID of the resource to lookup.
72
- * @param state Any extra arguments used during the lookup.
73
- * @param opts Optional settings to control the behavior of the CustomResource.
74
- */
75
- static get(name, id, state, opts) {
76
- return new AwsGovcloudLinkAccount(name, state, Object.assign(Object.assign({}, opts), { id: id }));
77
- }
78
- /**
79
- * Returns true if the given object is an instance of AwsGovcloudLinkAccount. This is designed to work even
80
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
81
- */
82
- static isInstance(obj) {
83
- if (obj === undefined || obj === null) {
84
- return false;
85
- }
86
- return obj['__pulumiType'] === AwsGovcloudLinkAccount.__pulumiType;
87
- }
88
90
  }
89
91
  exports.AwsGovcloudLinkAccount = AwsGovcloudLinkAccount;
90
92
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"awsGovcloudLinkAccount.js","sourceRoot":"","sources":["../../cloud/awsGovcloudLinkAccount.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"awsGovcloudLinkAccount.js","sourceRoot":"","sources":["../../cloud/awsGovcloudLinkAccount.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { input as inputs, output as outputs } from "../types";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
3
4
  /**
4
5
  * ## Import
5
6
  *
@@ -15,6 +15,28 @@ const utilities = require("../utilities");
15
15
  * ```
16
16
  */
17
17
  class AwsIntegrations extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing AwsIntegrations resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param state Any extra arguments used during the lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name, id, state, opts) {
28
+ return new AwsIntegrations(name, state, Object.assign(Object.assign({}, opts), { id: id }));
29
+ }
30
+ /**
31
+ * Returns true if the given object is an instance of AwsIntegrations. This is designed to work even
32
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
33
+ */
34
+ static isInstance(obj) {
35
+ if (obj === undefined || obj === null) {
36
+ return false;
37
+ }
38
+ return obj['__pulumiType'] === AwsIntegrations.__pulumiType;
39
+ }
18
40
  constructor(name, argsOrState, opts) {
19
41
  let resourceInputs = {};
20
42
  opts = opts || {};
@@ -50,28 +72,6 @@ class AwsIntegrations extends pulumi.CustomResource {
50
72
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
51
73
  super(AwsIntegrations.__pulumiType, name, resourceInputs, opts);
52
74
  }
53
- /**
54
- * Get an existing AwsIntegrations resource's state with the given name, ID, and optional extra
55
- * properties used to qualify the lookup.
56
- *
57
- * @param name The _unique_ name of the resulting resource.
58
- * @param id The _unique_ provider ID of the resource to lookup.
59
- * @param state Any extra arguments used during the lookup.
60
- * @param opts Optional settings to control the behavior of the CustomResource.
61
- */
62
- static get(name, id, state, opts) {
63
- return new AwsIntegrations(name, state, Object.assign(Object.assign({}, opts), { id: id }));
64
- }
65
- /**
66
- * Returns true if the given object is an instance of AwsIntegrations. This is designed to work even
67
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
68
- */
69
- static isInstance(obj) {
70
- if (obj === undefined || obj === null) {
71
- return false;
72
- }
73
- return obj['__pulumiType'] === AwsIntegrations.__pulumiType;
74
- }
75
75
  }
76
76
  exports.AwsIntegrations = AwsIntegrations;
77
77
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"awsIntegrations.js","sourceRoot":"","sources":["../../cloud/awsIntegrations.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"awsIntegrations.js","sourceRoot":"","sources":["../../cloud/awsIntegrations.ts"],"names":[],"mappings":"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"}
@@ -15,6 +15,28 @@ const utilities = require("../utilities");
15
15
  * ```
16
16
  */
17
17
  class AwsLinkAccount extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing AwsLinkAccount resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param state Any extra arguments used during the lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name, id, state, opts) {
28
+ return new AwsLinkAccount(name, state, Object.assign(Object.assign({}, opts), { id: id }));
29
+ }
30
+ /**
31
+ * Returns true if the given object is an instance of AwsLinkAccount. This is designed to work even
32
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
33
+ */
34
+ static isInstance(obj) {
35
+ if (obj === undefined || obj === null) {
36
+ return false;
37
+ }
38
+ return obj['__pulumiType'] === AwsLinkAccount.__pulumiType;
39
+ }
18
40
  constructor(name, argsOrState, opts) {
19
41
  let resourceInputs = {};
20
42
  opts = opts || {};
@@ -38,28 +60,6 @@ class AwsLinkAccount extends pulumi.CustomResource {
38
60
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
39
61
  super(AwsLinkAccount.__pulumiType, name, resourceInputs, opts);
40
62
  }
41
- /**
42
- * Get an existing AwsLinkAccount resource's state with the given name, ID, and optional extra
43
- * properties used to qualify the lookup.
44
- *
45
- * @param name The _unique_ name of the resulting resource.
46
- * @param id The _unique_ provider ID of the resource to lookup.
47
- * @param state Any extra arguments used during the lookup.
48
- * @param opts Optional settings to control the behavior of the CustomResource.
49
- */
50
- static get(name, id, state, opts) {
51
- return new AwsLinkAccount(name, state, Object.assign(Object.assign({}, opts), { id: id }));
52
- }
53
- /**
54
- * Returns true if the given object is an instance of AwsLinkAccount. This is designed to work even
55
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
56
- */
57
- static isInstance(obj) {
58
- if (obj === undefined || obj === null) {
59
- return false;
60
- }
61
- return obj['__pulumiType'] === AwsLinkAccount.__pulumiType;
62
- }
63
63
  }
64
64
  exports.AwsLinkAccount = AwsLinkAccount;
65
65
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"awsLinkAccount.js","sourceRoot":"","sources":["../../cloud/awsLinkAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IAqDrD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,GAAG,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;IAzED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;;AA1BL,wCA2EC;AA7DG,gBAAgB;AACO,2BAAY,GAAG,8CAA8C,CAAC"}
1
+ {"version":3,"file":"awsLinkAccount.js","sourceRoot":"","sources":["../../cloud/awsLinkAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,GAAG,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AA1EL,wCA2EC;AA7DG,gBAAgB;AACO,2BAAY,GAAG,8CAA8C,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { input as inputs, output as outputs } from "../types";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
3
4
  /**
4
5
  * ## Import
5
6
  *
@@ -54,31 +55,31 @@ export declare class AzureIntegrations extends pulumi.CustomResource {
54
55
  */
55
56
  readonly costManagement: pulumi.Output<outputs.cloud.AzureIntegrationsCostManagement | undefined>;
56
57
  /**
57
- * for Azure Data Factory. See Integration blocks below for details.
58
+ * Azure Data Factory. See Integration blocks below for details.
58
59
  */
59
60
  readonly dataFactory: pulumi.Output<outputs.cloud.AzureIntegrationsDataFactory | undefined>;
60
61
  /**
61
- * for Azure Event Hub. See Integration blocks below for details.
62
+ * Azure Event Hub. See Integration blocks below for details.
62
63
  */
63
64
  readonly eventHub: pulumi.Output<outputs.cloud.AzureIntegrationsEventHub | undefined>;
64
65
  /**
65
- * for Azure Express Route. See Integration blocks below for details.
66
+ * Azure Express Route. See Integration blocks below for details.
66
67
  */
67
68
  readonly expressRoute: pulumi.Output<outputs.cloud.AzureIntegrationsExpressRoute | undefined>;
68
69
  /**
69
- * for Azure Firewalls. See Integration blocks below for details.
70
+ * Azure Firewalls. See Integration blocks below for details.
70
71
  */
71
72
  readonly firewalls: pulumi.Output<outputs.cloud.AzureIntegrationsFirewalls | undefined>;
72
73
  /**
73
- * for Azure Front Door. See Integration blocks below for details.
74
+ * Azure Front Door. See Integration blocks below for details.
74
75
  */
75
76
  readonly frontDoor: pulumi.Output<outputs.cloud.AzureIntegrationsFrontDoor | undefined>;
76
77
  /**
77
- * for Azure Functions. See Integration blocks below for details.
78
+ * Azure Functions. See Integration blocks below for details.
78
79
  */
79
80
  readonly functions: pulumi.Output<outputs.cloud.AzureIntegrationsFunctions | undefined>;
80
81
  /**
81
- * for Azure Key Vault. See Integration blocks below for details.
82
+ * Azure Key Vault. See Integration blocks below for details.
82
83
  */
83
84
  readonly keyVault: pulumi.Output<outputs.cloud.AzureIntegrationsKeyVault | undefined>;
84
85
  /**
@@ -86,47 +87,55 @@ export declare class AzureIntegrations extends pulumi.CustomResource {
86
87
  */
87
88
  readonly linkedAccountId: pulumi.Output<number>;
88
89
  /**
89
- * for Azure Load Balancer. See Integration blocks below for details.
90
+ * Azure Load Balancer. See Integration blocks below for details.
90
91
  */
91
92
  readonly loadBalancer: pulumi.Output<outputs.cloud.AzureIntegrationsLoadBalancer | undefined>;
92
93
  /**
93
- * for Azure Logic Apps. See Integration blocks below for details.
94
+ * Azure Logic Apps. See Integration blocks below for details.
94
95
  */
95
96
  readonly logicApps: pulumi.Output<outputs.cloud.AzureIntegrationsLogicApps | undefined>;
96
97
  /**
97
- * for Azure Machine Learning. See Integration blocks below for details.
98
+ * Azure Machine Learning. See Integration blocks below for details.
98
99
  */
99
100
  readonly machineLearning: pulumi.Output<outputs.cloud.AzureIntegrationsMachineLearning | undefined>;
100
101
  /**
101
- * for Azure MariaDB. See Integration blocks below for details.
102
+ * Azure MariaDB. See Integration blocks below for details.
102
103
  */
103
104
  readonly mariaDb: pulumi.Output<outputs.cloud.AzureIntegrationsMariaDb | undefined>;
104
105
  /**
105
- * for Azure MySQL. See Integration blocks below for details.
106
+ * Azure MySQL. See Integration blocks below for details.
106
107
  */
107
108
  readonly mysql: pulumi.Output<outputs.cloud.AzureIntegrationsMysql | undefined>;
108
109
  /**
109
- * for Azure PostgreSQL. See Integration blocks below for details.
110
+ * Azure MySQL Flexible Server. See Integration blocks below for details.
111
+ */
112
+ readonly mysqlFlexible: pulumi.Output<outputs.cloud.AzureIntegrationsMysqlFlexible | undefined>;
113
+ /**
114
+ * Azure PostgreSQL. See Integration blocks below for details.
110
115
  */
111
116
  readonly postgresql: pulumi.Output<outputs.cloud.AzureIntegrationsPostgresql | undefined>;
112
117
  /**
113
- * for Azure Power BI Dedicated. See Integration blocks below for details.
118
+ * Azure PostgreSQL Flexible Server. See Integration blocks below for details.
119
+ */
120
+ readonly postgresqlFlexible: pulumi.Output<outputs.cloud.AzureIntegrationsPostgresqlFlexible | undefined>;
121
+ /**
122
+ * Azure Power BI Dedicated. See Integration blocks below for details.
114
123
  */
115
124
  readonly powerBiDedicated: pulumi.Output<outputs.cloud.AzureIntegrationsPowerBiDedicated | undefined>;
116
125
  /**
117
- * for Azure Redis Cache. See Integration blocks below for details.
126
+ * Azure Redis Cache. See Integration blocks below for details.
118
127
  */
119
128
  readonly redisCache: pulumi.Output<outputs.cloud.AzureIntegrationsRedisCache | undefined>;
120
129
  /**
121
- * for Azure Service Bus. See Integration blocks below for details.
130
+ * Azure Service Bus. See Integration blocks below for details.
122
131
  */
123
132
  readonly serviceBus: pulumi.Output<outputs.cloud.AzureIntegrationsServiceBus | undefined>;
124
133
  /**
125
- * for Azure SQL. See Integration blocks below for details.
134
+ * Azure SQL. See Integration blocks below for details.
126
135
  */
127
136
  readonly sql: pulumi.Output<outputs.cloud.AzureIntegrationsSql | undefined>;
128
137
  /**
129
- * for SQL Managed. See Integration blocks below for details.
138
+ * Azure SQL Managed. See Integration blocks below for details.
130
139
  */
131
140
  readonly sqlManaged: pulumi.Output<outputs.cloud.AzureIntegrationsSqlManaged | undefined>;
132
141
  /**
@@ -134,7 +143,7 @@ export declare class AzureIntegrations extends pulumi.CustomResource {
134
143
  */
135
144
  readonly storage: pulumi.Output<outputs.cloud.AzureIntegrationsStorage | undefined>;
136
145
  /**
137
- * for Azure Virtual machine. See Integration blocks below for details.
146
+ * Azure Virtual machine. See Integration blocks below for details.
138
147
  */
139
148
  readonly virtualMachine: pulumi.Output<outputs.cloud.AzureIntegrationsVirtualMachine | undefined>;
140
149
  /**
@@ -142,11 +151,11 @@ export declare class AzureIntegrations extends pulumi.CustomResource {
142
151
  */
143
152
  readonly virtualNetworks: pulumi.Output<outputs.cloud.AzureIntegrationsVirtualNetworks | undefined>;
144
153
  /**
145
- * for Azure VMs. See Integration blocks below for details.
154
+ * Azure VMs. See Integration blocks below for details.
146
155
  */
147
156
  readonly vms: pulumi.Output<outputs.cloud.AzureIntegrationsVms | undefined>;
148
157
  /**
149
- * for Azure VPN Gateway. See Integration blocks below for details.
158
+ * Azure VPN Gateway. See Integration blocks below for details.
150
159
  */
151
160
  readonly vpnGateway: pulumi.Output<outputs.cloud.AzureIntegrationsVpnGateway | undefined>;
152
161
  /**
@@ -191,31 +200,31 @@ export interface AzureIntegrationsState {
191
200
  */
192
201
  costManagement?: pulumi.Input<inputs.cloud.AzureIntegrationsCostManagement>;
193
202
  /**
194
- * for Azure Data Factory. See Integration blocks below for details.
203
+ * Azure Data Factory. See Integration blocks below for details.
195
204
  */
196
205
  dataFactory?: pulumi.Input<inputs.cloud.AzureIntegrationsDataFactory>;
197
206
  /**
198
- * for Azure Event Hub. See Integration blocks below for details.
207
+ * Azure Event Hub. See Integration blocks below for details.
199
208
  */
200
209
  eventHub?: pulumi.Input<inputs.cloud.AzureIntegrationsEventHub>;
201
210
  /**
202
- * for Azure Express Route. See Integration blocks below for details.
211
+ * Azure Express Route. See Integration blocks below for details.
203
212
  */
204
213
  expressRoute?: pulumi.Input<inputs.cloud.AzureIntegrationsExpressRoute>;
205
214
  /**
206
- * for Azure Firewalls. See Integration blocks below for details.
215
+ * Azure Firewalls. See Integration blocks below for details.
207
216
  */
208
217
  firewalls?: pulumi.Input<inputs.cloud.AzureIntegrationsFirewalls>;
209
218
  /**
210
- * for Azure Front Door. See Integration blocks below for details.
219
+ * Azure Front Door. See Integration blocks below for details.
211
220
  */
212
221
  frontDoor?: pulumi.Input<inputs.cloud.AzureIntegrationsFrontDoor>;
213
222
  /**
214
- * for Azure Functions. See Integration blocks below for details.
223
+ * Azure Functions. See Integration blocks below for details.
215
224
  */
216
225
  functions?: pulumi.Input<inputs.cloud.AzureIntegrationsFunctions>;
217
226
  /**
218
- * for Azure Key Vault. See Integration blocks below for details.
227
+ * Azure Key Vault. See Integration blocks below for details.
219
228
  */
220
229
  keyVault?: pulumi.Input<inputs.cloud.AzureIntegrationsKeyVault>;
221
230
  /**
@@ -223,47 +232,55 @@ export interface AzureIntegrationsState {
223
232
  */
224
233
  linkedAccountId?: pulumi.Input<number>;
225
234
  /**
226
- * for Azure Load Balancer. See Integration blocks below for details.
235
+ * Azure Load Balancer. See Integration blocks below for details.
227
236
  */
228
237
  loadBalancer?: pulumi.Input<inputs.cloud.AzureIntegrationsLoadBalancer>;
229
238
  /**
230
- * for Azure Logic Apps. See Integration blocks below for details.
239
+ * Azure Logic Apps. See Integration blocks below for details.
231
240
  */
232
241
  logicApps?: pulumi.Input<inputs.cloud.AzureIntegrationsLogicApps>;
233
242
  /**
234
- * for Azure Machine Learning. See Integration blocks below for details.
243
+ * Azure Machine Learning. See Integration blocks below for details.
235
244
  */
236
245
  machineLearning?: pulumi.Input<inputs.cloud.AzureIntegrationsMachineLearning>;
237
246
  /**
238
- * for Azure MariaDB. See Integration blocks below for details.
247
+ * Azure MariaDB. See Integration blocks below for details.
239
248
  */
240
249
  mariaDb?: pulumi.Input<inputs.cloud.AzureIntegrationsMariaDb>;
241
250
  /**
242
- * for Azure MySQL. See Integration blocks below for details.
251
+ * Azure MySQL. See Integration blocks below for details.
243
252
  */
244
253
  mysql?: pulumi.Input<inputs.cloud.AzureIntegrationsMysql>;
245
254
  /**
246
- * for Azure PostgreSQL. See Integration blocks below for details.
255
+ * Azure MySQL Flexible Server. See Integration blocks below for details.
256
+ */
257
+ mysqlFlexible?: pulumi.Input<inputs.cloud.AzureIntegrationsMysqlFlexible>;
258
+ /**
259
+ * Azure PostgreSQL. See Integration blocks below for details.
247
260
  */
248
261
  postgresql?: pulumi.Input<inputs.cloud.AzureIntegrationsPostgresql>;
249
262
  /**
250
- * for Azure Power BI Dedicated. See Integration blocks below for details.
263
+ * Azure PostgreSQL Flexible Server. See Integration blocks below for details.
264
+ */
265
+ postgresqlFlexible?: pulumi.Input<inputs.cloud.AzureIntegrationsPostgresqlFlexible>;
266
+ /**
267
+ * Azure Power BI Dedicated. See Integration blocks below for details.
251
268
  */
252
269
  powerBiDedicated?: pulumi.Input<inputs.cloud.AzureIntegrationsPowerBiDedicated>;
253
270
  /**
254
- * for Azure Redis Cache. See Integration blocks below for details.
271
+ * Azure Redis Cache. See Integration blocks below for details.
255
272
  */
256
273
  redisCache?: pulumi.Input<inputs.cloud.AzureIntegrationsRedisCache>;
257
274
  /**
258
- * for Azure Service Bus. See Integration blocks below for details.
275
+ * Azure Service Bus. See Integration blocks below for details.
259
276
  */
260
277
  serviceBus?: pulumi.Input<inputs.cloud.AzureIntegrationsServiceBus>;
261
278
  /**
262
- * for Azure SQL. See Integration blocks below for details.
279
+ * Azure SQL. See Integration blocks below for details.
263
280
  */
264
281
  sql?: pulumi.Input<inputs.cloud.AzureIntegrationsSql>;
265
282
  /**
266
- * for SQL Managed. See Integration blocks below for details.
283
+ * Azure SQL Managed. See Integration blocks below for details.
267
284
  */
268
285
  sqlManaged?: pulumi.Input<inputs.cloud.AzureIntegrationsSqlManaged>;
269
286
  /**
@@ -271,7 +288,7 @@ export interface AzureIntegrationsState {
271
288
  */
272
289
  storage?: pulumi.Input<inputs.cloud.AzureIntegrationsStorage>;
273
290
  /**
274
- * for Azure Virtual machine. See Integration blocks below for details.
291
+ * Azure Virtual machine. See Integration blocks below for details.
275
292
  */
276
293
  virtualMachine?: pulumi.Input<inputs.cloud.AzureIntegrationsVirtualMachine>;
277
294
  /**
@@ -279,11 +296,11 @@ export interface AzureIntegrationsState {
279
296
  */
280
297
  virtualNetworks?: pulumi.Input<inputs.cloud.AzureIntegrationsVirtualNetworks>;
281
298
  /**
282
- * for Azure VMs. See Integration blocks below for details.
299
+ * Azure VMs. See Integration blocks below for details.
283
300
  */
284
301
  vms?: pulumi.Input<inputs.cloud.AzureIntegrationsVms>;
285
302
  /**
286
- * for Azure VPN Gateway. See Integration blocks below for details.
303
+ * Azure VPN Gateway. See Integration blocks below for details.
287
304
  */
288
305
  vpnGateway?: pulumi.Input<inputs.cloud.AzureIntegrationsVpnGateway>;
289
306
  }
@@ -320,31 +337,31 @@ export interface AzureIntegrationsArgs {
320
337
  */
321
338
  costManagement?: pulumi.Input<inputs.cloud.AzureIntegrationsCostManagement>;
322
339
  /**
323
- * for Azure Data Factory. See Integration blocks below for details.
340
+ * Azure Data Factory. See Integration blocks below for details.
324
341
  */
325
342
  dataFactory?: pulumi.Input<inputs.cloud.AzureIntegrationsDataFactory>;
326
343
  /**
327
- * for Azure Event Hub. See Integration blocks below for details.
344
+ * Azure Event Hub. See Integration blocks below for details.
328
345
  */
329
346
  eventHub?: pulumi.Input<inputs.cloud.AzureIntegrationsEventHub>;
330
347
  /**
331
- * for Azure Express Route. See Integration blocks below for details.
348
+ * Azure Express Route. See Integration blocks below for details.
332
349
  */
333
350
  expressRoute?: pulumi.Input<inputs.cloud.AzureIntegrationsExpressRoute>;
334
351
  /**
335
- * for Azure Firewalls. See Integration blocks below for details.
352
+ * Azure Firewalls. See Integration blocks below for details.
336
353
  */
337
354
  firewalls?: pulumi.Input<inputs.cloud.AzureIntegrationsFirewalls>;
338
355
  /**
339
- * for Azure Front Door. See Integration blocks below for details.
356
+ * Azure Front Door. See Integration blocks below for details.
340
357
  */
341
358
  frontDoor?: pulumi.Input<inputs.cloud.AzureIntegrationsFrontDoor>;
342
359
  /**
343
- * for Azure Functions. See Integration blocks below for details.
360
+ * Azure Functions. See Integration blocks below for details.
344
361
  */
345
362
  functions?: pulumi.Input<inputs.cloud.AzureIntegrationsFunctions>;
346
363
  /**
347
- * for Azure Key Vault. See Integration blocks below for details.
364
+ * Azure Key Vault. See Integration blocks below for details.
348
365
  */
349
366
  keyVault?: pulumi.Input<inputs.cloud.AzureIntegrationsKeyVault>;
350
367
  /**
@@ -352,47 +369,55 @@ export interface AzureIntegrationsArgs {
352
369
  */
353
370
  linkedAccountId: pulumi.Input<number>;
354
371
  /**
355
- * for Azure Load Balancer. See Integration blocks below for details.
372
+ * Azure Load Balancer. See Integration blocks below for details.
356
373
  */
357
374
  loadBalancer?: pulumi.Input<inputs.cloud.AzureIntegrationsLoadBalancer>;
358
375
  /**
359
- * for Azure Logic Apps. See Integration blocks below for details.
376
+ * Azure Logic Apps. See Integration blocks below for details.
360
377
  */
361
378
  logicApps?: pulumi.Input<inputs.cloud.AzureIntegrationsLogicApps>;
362
379
  /**
363
- * for Azure Machine Learning. See Integration blocks below for details.
380
+ * Azure Machine Learning. See Integration blocks below for details.
364
381
  */
365
382
  machineLearning?: pulumi.Input<inputs.cloud.AzureIntegrationsMachineLearning>;
366
383
  /**
367
- * for Azure MariaDB. See Integration blocks below for details.
384
+ * Azure MariaDB. See Integration blocks below for details.
368
385
  */
369
386
  mariaDb?: pulumi.Input<inputs.cloud.AzureIntegrationsMariaDb>;
370
387
  /**
371
- * for Azure MySQL. See Integration blocks below for details.
388
+ * Azure MySQL. See Integration blocks below for details.
372
389
  */
373
390
  mysql?: pulumi.Input<inputs.cloud.AzureIntegrationsMysql>;
374
391
  /**
375
- * for Azure PostgreSQL. See Integration blocks below for details.
392
+ * Azure MySQL Flexible Server. See Integration blocks below for details.
393
+ */
394
+ mysqlFlexible?: pulumi.Input<inputs.cloud.AzureIntegrationsMysqlFlexible>;
395
+ /**
396
+ * Azure PostgreSQL. See Integration blocks below for details.
376
397
  */
377
398
  postgresql?: pulumi.Input<inputs.cloud.AzureIntegrationsPostgresql>;
378
399
  /**
379
- * for Azure Power BI Dedicated. See Integration blocks below for details.
400
+ * Azure PostgreSQL Flexible Server. See Integration blocks below for details.
401
+ */
402
+ postgresqlFlexible?: pulumi.Input<inputs.cloud.AzureIntegrationsPostgresqlFlexible>;
403
+ /**
404
+ * Azure Power BI Dedicated. See Integration blocks below for details.
380
405
  */
381
406
  powerBiDedicated?: pulumi.Input<inputs.cloud.AzureIntegrationsPowerBiDedicated>;
382
407
  /**
383
- * for Azure Redis Cache. See Integration blocks below for details.
408
+ * Azure Redis Cache. See Integration blocks below for details.
384
409
  */
385
410
  redisCache?: pulumi.Input<inputs.cloud.AzureIntegrationsRedisCache>;
386
411
  /**
387
- * for Azure Service Bus. See Integration blocks below for details.
412
+ * Azure Service Bus. See Integration blocks below for details.
388
413
  */
389
414
  serviceBus?: pulumi.Input<inputs.cloud.AzureIntegrationsServiceBus>;
390
415
  /**
391
- * for Azure SQL. See Integration blocks below for details.
416
+ * Azure SQL. See Integration blocks below for details.
392
417
  */
393
418
  sql?: pulumi.Input<inputs.cloud.AzureIntegrationsSql>;
394
419
  /**
395
- * for SQL Managed. See Integration blocks below for details.
420
+ * Azure SQL Managed. See Integration blocks below for details.
396
421
  */
397
422
  sqlManaged?: pulumi.Input<inputs.cloud.AzureIntegrationsSqlManaged>;
398
423
  /**
@@ -400,7 +425,7 @@ export interface AzureIntegrationsArgs {
400
425
  */
401
426
  storage?: pulumi.Input<inputs.cloud.AzureIntegrationsStorage>;
402
427
  /**
403
- * for Azure Virtual machine. See Integration blocks below for details.
428
+ * Azure Virtual machine. See Integration blocks below for details.
404
429
  */
405
430
  virtualMachine?: pulumi.Input<inputs.cloud.AzureIntegrationsVirtualMachine>;
406
431
  /**
@@ -408,11 +433,11 @@ export interface AzureIntegrationsArgs {
408
433
  */
409
434
  virtualNetworks?: pulumi.Input<inputs.cloud.AzureIntegrationsVirtualNetworks>;
410
435
  /**
411
- * for Azure VMs. See Integration blocks below for details.
436
+ * Azure VMs. See Integration blocks below for details.
412
437
  */
413
438
  vms?: pulumi.Input<inputs.cloud.AzureIntegrationsVms>;
414
439
  /**
415
- * for Azure VPN Gateway. See Integration blocks below for details.
440
+ * Azure VPN Gateway. See Integration blocks below for details.
416
441
  */
417
442
  vpnGateway?: pulumi.Input<inputs.cloud.AzureIntegrationsVpnGateway>;
418
443
  }