@pulumi/azure-native 2.1.0 → 2.1.1-alpha.1689851370

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 (85) hide show
  1. package/devices/certificate.d.ts +1 -1
  2. package/devices/certificate.js +1 -1
  3. package/devices/getCertificate.d.ts +2 -2
  4. package/devices/getCertificate.js +2 -2
  5. package/devices/getIotHubResource.d.ts +2 -2
  6. package/devices/getIotHubResource.js +2 -2
  7. package/devices/getIotHubResourceEventHubConsumerGroup.d.ts +2 -2
  8. package/devices/getIotHubResourceEventHubConsumerGroup.js +2 -2
  9. package/devices/getPrivateEndpointConnection.d.ts +2 -2
  10. package/devices/getPrivateEndpointConnection.js +2 -2
  11. package/devices/index.d.ts +2 -1
  12. package/devices/index.js +4 -2
  13. package/devices/iotHubResource.d.ts +1 -1
  14. package/devices/iotHubResource.js +1 -1
  15. package/devices/iotHubResourceEventHubConsumerGroup.d.ts +1 -1
  16. package/devices/iotHubResourceEventHubConsumerGroup.js +1 -1
  17. package/devices/listIotHubResourceKeys.d.ts +2 -2
  18. package/devices/listIotHubResourceKeys.js +2 -2
  19. package/devices/listIotHubResourceKeysForKeyName.d.ts +2 -2
  20. package/devices/listIotHubResourceKeysForKeyName.js +2 -2
  21. package/devices/privateEndpointConnection.d.ts +1 -1
  22. package/devices/privateEndpointConnection.js +1 -1
  23. package/devices/v20220430preview/certificate.d.ts +67 -0
  24. package/devices/v20220430preview/certificate.js +73 -0
  25. package/devices/v20220430preview/getCertificate.d.ts +63 -0
  26. package/devices/v20220430preview/getCertificate.js +27 -0
  27. package/devices/v20220430preview/getIotHubResource.d.ts +77 -0
  28. package/devices/v20220430preview/getIotHubResource.js +26 -0
  29. package/devices/v20220430preview/getIotHubResourceEventHubConsumerGroup.d.ts +70 -0
  30. package/devices/v20220430preview/getIotHubResourceEventHubConsumerGroup.js +28 -0
  31. package/devices/v20220430preview/getPrivateEndpointConnection.d.ts +59 -0
  32. package/devices/v20220430preview/getPrivateEndpointConnection.js +27 -0
  33. package/devices/v20220430preview/index.d.ts +31 -0
  34. package/devices/v20220430preview/index.js +68 -0
  35. package/devices/v20220430preview/iotHubResource.d.ts +103 -0
  36. package/devices/v20220430preview/iotHubResource.js +83 -0
  37. package/devices/v20220430preview/iotHubResourceEventHubConsumerGroup.d.ts +70 -0
  38. package/devices/v20220430preview/iotHubResourceEventHubConsumerGroup.js +79 -0
  39. package/devices/v20220430preview/listIotHubResourceKeys.d.ts +43 -0
  40. package/devices/v20220430preview/listIotHubResourceKeys.js +26 -0
  41. package/devices/v20220430preview/listIotHubResourceKeysForKeyName.d.ts +58 -0
  42. package/devices/v20220430preview/listIotHubResourceKeysForKeyName.js +27 -0
  43. package/devices/v20220430preview/privateEndpointConnection.d.ts +63 -0
  44. package/devices/v20220430preview/privateEndpointConnection.js +74 -0
  45. package/network/getDnsResourceReferenceByTarResources.d.ts +2 -2
  46. package/network/getDnsResourceReferenceByTarResources.js +2 -2
  47. package/network/getRecordSet.d.ts +4 -16
  48. package/network/getRecordSet.js +3 -3
  49. package/network/getZone.d.ts +4 -12
  50. package/network/getZone.js +3 -3
  51. package/network/index.d.ts +0 -6
  52. package/network/index.js +10 -17
  53. package/network/recordSet.d.ts +3 -27
  54. package/network/recordSet.js +2 -8
  55. package/network/v20180501/getRecordSet.d.ts +129 -0
  56. package/network/v20180501/getRecordSet.js +28 -0
  57. package/network/v20180501/getZone.d.ts +89 -0
  58. package/network/v20180501/getZone.js +26 -0
  59. package/network/v20180501/index.d.ts +13 -0
  60. package/network/v20180501/index.js +43 -2
  61. package/network/v20180501/recordSet.d.ts +179 -0
  62. package/network/v20180501/recordSet.js +105 -0
  63. package/network/v20180501/zone.d.ts +116 -0
  64. package/network/v20180501/zone.js +86 -0
  65. package/network/v20230701preview/dnssecConfig.js +1 -3
  66. package/network/zone.d.ts +2 -10
  67. package/network/zone.js +2 -6
  68. package/package.json +2 -2
  69. package/tsconfig.tsbuildinfo +1 -1
  70. package/types/enums/devices/index.d.ts +2 -10
  71. package/types/enums/devices/index.js +4 -7
  72. package/types/enums/devices/v20220430preview/index.d.ts +115 -0
  73. package/types/enums/devices/v20220430preview/index.js +77 -0
  74. package/types/enums/network/index.d.ts +2 -1
  75. package/types/enums/network/index.js +8 -6
  76. package/types/enums/network/v20180501/index.d.ts +8 -0
  77. package/types/enums/network/v20180501/index.js +10 -0
  78. package/types/input.d.ts +896 -84
  79. package/types/input.js +27 -1
  80. package/types/output.d.ts +1331 -437
  81. package/types/output.js +27 -1
  82. package/network/dnssecConfig.d.ts +0 -67
  83. package/network/dnssecConfig.js +0 -77
  84. package/network/getDnssecConfig.d.ts +0 -65
  85. package/network/getDnssecConfig.js +0 -28
package/types/input.d.ts CHANGED
@@ -125301,10 +125301,6 @@ export declare namespace devices {
125301
125301
  * The IP filter rules.
125302
125302
  */
125303
125303
  ipFilterRules?: pulumi.Input<pulumi.Input<inputs.devices.IpFilterRuleArgs>[]>;
125304
- /**
125305
- * This property specifies the IP Version the hub is currently utilizing.
125306
- */
125307
- ipVersion?: pulumi.Input<string | enums.devices.IpVersion>;
125308
125304
  /**
125309
125305
  * The messaging endpoint properties for the file upload notification queue.
125310
125306
  */
@@ -126127,6 +126123,764 @@ export declare namespace devices {
126127
126123
  }
126128
126124
  namespace v20211015 {
126129
126125
  }
126126
+ namespace v20220430preview {
126127
+ interface ArmIdentityArgs {
126128
+ /**
126129
+ * The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
126130
+ */
126131
+ type?: pulumi.Input<enums.devices.v20220430preview.ResourceIdentityType>;
126132
+ userAssignedIdentities?: pulumi.Input<pulumi.Input<string>[]>;
126133
+ }
126134
+ /**
126135
+ * The description of an X509 CA Certificate.
126136
+ */
126137
+ interface CertificatePropertiesArgs {
126138
+ /**
126139
+ * The certificate content
126140
+ */
126141
+ certificate?: pulumi.Input<string>;
126142
+ /**
126143
+ * Determines whether certificate has been verified.
126144
+ */
126145
+ isVerified?: pulumi.Input<boolean>;
126146
+ }
126147
+ /**
126148
+ * The IoT hub cloud-to-device messaging properties.
126149
+ */
126150
+ interface CloudToDevicePropertiesArgs {
126151
+ /**
126152
+ * The default time to live for cloud-to-device messages in the device queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.
126153
+ */
126154
+ defaultTtlAsIso8601?: pulumi.Input<string>;
126155
+ /**
126156
+ * The properties of the feedback queue for cloud-to-device messages.
126157
+ */
126158
+ feedback?: pulumi.Input<inputs.devices.v20220430preview.FeedbackPropertiesArgs>;
126159
+ /**
126160
+ * The max delivery count for cloud-to-device messages in the device queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.
126161
+ */
126162
+ maxDeliveryCount?: pulumi.Input<number>;
126163
+ }
126164
+ /**
126165
+ * The encryption properties for the IoT hub.
126166
+ */
126167
+ interface EncryptionPropertiesDescriptionArgs {
126168
+ /**
126169
+ * The source of the key.
126170
+ */
126171
+ keySource?: pulumi.Input<string>;
126172
+ /**
126173
+ * The properties of the KeyVault key.
126174
+ */
126175
+ keyVaultProperties?: pulumi.Input<pulumi.Input<inputs.devices.v20220430preview.KeyVaultKeyPropertiesArgs>[]>;
126176
+ }
126177
+ /**
126178
+ * The properties of an enrichment that your IoT hub applies to messages delivered to endpoints.
126179
+ */
126180
+ interface EnrichmentPropertiesArgs {
126181
+ /**
126182
+ * The list of endpoints for which the enrichment is applied to the message.
126183
+ */
126184
+ endpointNames: pulumi.Input<pulumi.Input<string>[]>;
126185
+ /**
126186
+ * The key or name for the enrichment property.
126187
+ */
126188
+ key: pulumi.Input<string>;
126189
+ /**
126190
+ * The value for the enrichment property.
126191
+ */
126192
+ value: pulumi.Input<string>;
126193
+ }
126194
+ /**
126195
+ * The EventHub consumer group name.
126196
+ */
126197
+ interface EventHubConsumerGroupNameArgs {
126198
+ /**
126199
+ * EventHub consumer group name
126200
+ */
126201
+ name: pulumi.Input<string>;
126202
+ }
126203
+ /**
126204
+ * The properties of the provisioned Event Hub-compatible endpoint used by the IoT hub.
126205
+ */
126206
+ interface EventHubPropertiesArgs {
126207
+ /**
126208
+ * The number of partitions for receiving device-to-cloud messages in the Event Hub-compatible endpoint. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages.
126209
+ */
126210
+ partitionCount?: pulumi.Input<number>;
126211
+ /**
126212
+ * The retention time for device-to-cloud messages in days. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages
126213
+ */
126214
+ retentionTimeInDays?: pulumi.Input<number>;
126215
+ }
126216
+ /**
126217
+ * The properties of the fallback route. IoT Hub uses these properties when it routes messages to the fallback endpoint.
126218
+ */
126219
+ interface FallbackRoutePropertiesArgs {
126220
+ /**
126221
+ * The condition which is evaluated in order to apply the fallback route. If the condition is not provided it will evaluate to true by default. For grammar, See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-query-language
126222
+ */
126223
+ condition?: pulumi.Input<string>;
126224
+ /**
126225
+ * The list of endpoints to which the messages that satisfy the condition are routed to. Currently only 1 endpoint is allowed.
126226
+ */
126227
+ endpointNames: pulumi.Input<pulumi.Input<string>[]>;
126228
+ /**
126229
+ * Used to specify whether the fallback route is enabled.
126230
+ */
126231
+ isEnabled: pulumi.Input<boolean>;
126232
+ /**
126233
+ * The name of the route. The name can only include alphanumeric characters, periods, underscores, hyphens, has a maximum length of 64 characters, and must be unique.
126234
+ */
126235
+ name?: pulumi.Input<string>;
126236
+ /**
126237
+ * The source to which the routing rule is to be applied to. For example, DeviceMessages
126238
+ */
126239
+ source: pulumi.Input<string | enums.devices.v20220430preview.RoutingSource>;
126240
+ }
126241
+ /**
126242
+ * The properties of the feedback queue for cloud-to-device messages.
126243
+ */
126244
+ interface FeedbackPropertiesArgs {
126245
+ /**
126246
+ * The lock duration for the feedback queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.
126247
+ */
126248
+ lockDurationAsIso8601?: pulumi.Input<string>;
126249
+ /**
126250
+ * The number of times the IoT hub attempts to deliver a message on the feedback queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.
126251
+ */
126252
+ maxDeliveryCount?: pulumi.Input<number>;
126253
+ /**
126254
+ * The period of time for which a message is available to consume before it is expired by the IoT hub. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.
126255
+ */
126256
+ ttlAsIso8601?: pulumi.Input<string>;
126257
+ }
126258
+ /**
126259
+ * The properties of an IoT hub.
126260
+ */
126261
+ interface IotHubPropertiesArgs {
126262
+ /**
126263
+ * List of allowed FQDNs(Fully Qualified Domain Name) for egress from Iot Hub.
126264
+ */
126265
+ allowedFqdnList?: pulumi.Input<pulumi.Input<string>[]>;
126266
+ /**
126267
+ * The shared access policies you can use to secure a connection to the IoT hub.
126268
+ */
126269
+ authorizationPolicies?: pulumi.Input<pulumi.Input<inputs.devices.v20220430preview.SharedAccessSignatureAuthorizationRuleArgs>[]>;
126270
+ /**
126271
+ * The IoT hub cloud-to-device messaging properties.
126272
+ */
126273
+ cloudToDevice?: pulumi.Input<inputs.devices.v20220430preview.CloudToDevicePropertiesArgs>;
126274
+ /**
126275
+ * IoT hub comments.
126276
+ */
126277
+ comments?: pulumi.Input<string>;
126278
+ /**
126279
+ * The device streams properties of iothub.
126280
+ */
126281
+ deviceStreams?: pulumi.Input<inputs.devices.v20220430preview.IotHubPropertiesDeviceStreamsArgs>;
126282
+ /**
126283
+ * If true, all device(including Edge devices but excluding modules) scoped SAS keys cannot be used for authentication.
126284
+ */
126285
+ disableDeviceSAS?: pulumi.Input<boolean>;
126286
+ /**
126287
+ * If true, SAS tokens with Iot hub scoped SAS keys cannot be used for authentication.
126288
+ */
126289
+ disableLocalAuth?: pulumi.Input<boolean>;
126290
+ /**
126291
+ * If true, all module scoped SAS keys cannot be used for authentication.
126292
+ */
126293
+ disableModuleSAS?: pulumi.Input<boolean>;
126294
+ /**
126295
+ * This property when set to true, will enable data residency, thus, disabling disaster recovery.
126296
+ */
126297
+ enableDataResidency?: pulumi.Input<boolean>;
126298
+ /**
126299
+ * If True, file upload notifications are enabled.
126300
+ */
126301
+ enableFileUploadNotifications?: pulumi.Input<boolean>;
126302
+ /**
126303
+ * The encryption properties for the IoT hub.
126304
+ */
126305
+ encryption?: pulumi.Input<inputs.devices.v20220430preview.EncryptionPropertiesDescriptionArgs>;
126306
+ /**
126307
+ * The Event Hub-compatible endpoint properties. The only possible keys to this dictionary is events. This key has to be present in the dictionary while making create or update calls for the IoT hub.
126308
+ */
126309
+ eventHubEndpoints?: pulumi.Input<{
126310
+ [key: string]: pulumi.Input<inputs.devices.v20220430preview.EventHubPropertiesArgs>;
126311
+ }>;
126312
+ /**
126313
+ * The capabilities and features enabled for the IoT hub.
126314
+ */
126315
+ features?: pulumi.Input<string | enums.devices.v20220430preview.Capabilities>;
126316
+ /**
126317
+ * The IP filter rules.
126318
+ */
126319
+ ipFilterRules?: pulumi.Input<pulumi.Input<inputs.devices.v20220430preview.IpFilterRuleArgs>[]>;
126320
+ /**
126321
+ * The messaging endpoint properties for the file upload notification queue.
126322
+ */
126323
+ messagingEndpoints?: pulumi.Input<{
126324
+ [key: string]: pulumi.Input<inputs.devices.v20220430preview.MessagingEndpointPropertiesArgs>;
126325
+ }>;
126326
+ /**
126327
+ * Specifies the minimum TLS version to support for this hub. Can be set to "1.2" to have clients that use a TLS version below 1.2 to be rejected.
126328
+ */
126329
+ minTlsVersion?: pulumi.Input<string>;
126330
+ /**
126331
+ * Network Rule Set Properties of IotHub
126332
+ */
126333
+ networkRuleSets?: pulumi.Input<inputs.devices.v20220430preview.NetworkRuleSetPropertiesArgs>;
126334
+ /**
126335
+ * Private endpoint connections created on this IotHub
126336
+ */
126337
+ privateEndpointConnections?: pulumi.Input<pulumi.Input<inputs.devices.v20220430preview.PrivateEndpointConnectionArgs>[]>;
126338
+ /**
126339
+ * Whether requests from Public Network are allowed
126340
+ */
126341
+ publicNetworkAccess?: pulumi.Input<string | enums.devices.v20220430preview.PublicNetworkAccess>;
126342
+ /**
126343
+ * If true, egress from IotHub will be restricted to only the allowed FQDNs that are configured via allowedFqdnList.
126344
+ */
126345
+ restrictOutboundNetworkAccess?: pulumi.Input<boolean>;
126346
+ /**
126347
+ * This property store root certificate related information
126348
+ */
126349
+ rootCertificate?: pulumi.Input<inputs.devices.v20220430preview.RootCertificatePropertiesArgs>;
126350
+ /**
126351
+ * The routing related properties of the IoT hub. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging
126352
+ */
126353
+ routing?: pulumi.Input<inputs.devices.v20220430preview.RoutingPropertiesArgs>;
126354
+ /**
126355
+ * The list of Azure Storage endpoints where you can upload files. Currently you can configure only one Azure Storage account and that MUST have its key as $default. Specifying more than one storage account causes an error to be thrown. Not specifying a value for this property when the enableFileUploadNotifications property is set to True, causes an error to be thrown.
126356
+ */
126357
+ storageEndpoints?: pulumi.Input<{
126358
+ [key: string]: pulumi.Input<inputs.devices.v20220430preview.StorageEndpointPropertiesArgs>;
126359
+ }>;
126360
+ }
126361
+ /**
126362
+ * iotHubPropertiesArgsProvideDefaults sets the appropriate defaults for IotHubPropertiesArgs
126363
+ */
126364
+ function iotHubPropertiesArgsProvideDefaults(val: IotHubPropertiesArgs): IotHubPropertiesArgs;
126365
+ /**
126366
+ * The device streams properties of iothub.
126367
+ */
126368
+ interface IotHubPropertiesDeviceStreamsArgs {
126369
+ /**
126370
+ * List of Device Streams Endpoints.
126371
+ */
126372
+ streamingEndpoints?: pulumi.Input<pulumi.Input<string>[]>;
126373
+ }
126374
+ /**
126375
+ * Information about the SKU of the IoT hub.
126376
+ */
126377
+ interface IotHubSkuInfoArgs {
126378
+ /**
126379
+ * The number of provisioned IoT Hub units. See: https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits.
126380
+ */
126381
+ capacity?: pulumi.Input<number>;
126382
+ /**
126383
+ * The name of the SKU.
126384
+ */
126385
+ name: pulumi.Input<string | enums.devices.v20220430preview.IotHubSku>;
126386
+ }
126387
+ /**
126388
+ * The IP filter rules for the IoT hub.
126389
+ */
126390
+ interface IpFilterRuleArgs {
126391
+ /**
126392
+ * The desired action for requests captured by this rule.
126393
+ */
126394
+ action: pulumi.Input<enums.devices.v20220430preview.IpFilterActionType>;
126395
+ /**
126396
+ * The name of the IP filter rule.
126397
+ */
126398
+ filterName: pulumi.Input<string>;
126399
+ /**
126400
+ * A string that contains the IP address range in CIDR notation for the rule.
126401
+ */
126402
+ ipMask: pulumi.Input<string>;
126403
+ }
126404
+ /**
126405
+ * The properties of the KeyVault key.
126406
+ */
126407
+ interface KeyVaultKeyPropertiesArgs {
126408
+ /**
126409
+ * Managed identity properties of KeyVault Key.
126410
+ */
126411
+ identity?: pulumi.Input<inputs.devices.v20220430preview.ManagedIdentityArgs>;
126412
+ /**
126413
+ * The identifier of the key.
126414
+ */
126415
+ keyIdentifier?: pulumi.Input<string>;
126416
+ }
126417
+ /**
126418
+ * The properties of the Managed identity.
126419
+ */
126420
+ interface ManagedIdentityArgs {
126421
+ /**
126422
+ * The user assigned identity.
126423
+ */
126424
+ userAssignedIdentity?: pulumi.Input<string>;
126425
+ }
126426
+ /**
126427
+ * The properties of the messaging endpoints used by this IoT hub.
126428
+ */
126429
+ interface MessagingEndpointPropertiesArgs {
126430
+ /**
126431
+ * The lock duration. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.
126432
+ */
126433
+ lockDurationAsIso8601?: pulumi.Input<string>;
126434
+ /**
126435
+ * The number of times the IoT hub attempts to deliver a message. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.
126436
+ */
126437
+ maxDeliveryCount?: pulumi.Input<number>;
126438
+ /**
126439
+ * The period of time for which a message is available to consume before it is expired by the IoT hub. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.
126440
+ */
126441
+ ttlAsIso8601?: pulumi.Input<string>;
126442
+ }
126443
+ /**
126444
+ * IP Rule to be applied as part of Network Rule Set
126445
+ */
126446
+ interface NetworkRuleSetIpRuleArgs {
126447
+ /**
126448
+ * IP Filter Action
126449
+ */
126450
+ action?: pulumi.Input<string | enums.devices.v20220430preview.NetworkRuleIPAction>;
126451
+ /**
126452
+ * Name of the IP filter rule.
126453
+ */
126454
+ filterName: pulumi.Input<string>;
126455
+ /**
126456
+ * A string that contains the IP address range in CIDR notation for the rule.
126457
+ */
126458
+ ipMask: pulumi.Input<string>;
126459
+ }
126460
+ /**
126461
+ * networkRuleSetIpRuleArgsProvideDefaults sets the appropriate defaults for NetworkRuleSetIpRuleArgs
126462
+ */
126463
+ function networkRuleSetIpRuleArgsProvideDefaults(val: NetworkRuleSetIpRuleArgs): NetworkRuleSetIpRuleArgs;
126464
+ /**
126465
+ * Network Rule Set Properties of IotHub
126466
+ */
126467
+ interface NetworkRuleSetPropertiesArgs {
126468
+ /**
126469
+ * If True, then Network Rule Set is also applied to BuiltIn EventHub EndPoint of IotHub
126470
+ */
126471
+ applyToBuiltInEventHubEndpoint: pulumi.Input<boolean>;
126472
+ /**
126473
+ * Default Action for Network Rule Set
126474
+ */
126475
+ defaultAction?: pulumi.Input<string | enums.devices.v20220430preview.DefaultAction>;
126476
+ /**
126477
+ * List of IP Rules
126478
+ */
126479
+ ipRules: pulumi.Input<pulumi.Input<inputs.devices.v20220430preview.NetworkRuleSetIpRuleArgs>[]>;
126480
+ }
126481
+ /**
126482
+ * networkRuleSetPropertiesArgsProvideDefaults sets the appropriate defaults for NetworkRuleSetPropertiesArgs
126483
+ */
126484
+ function networkRuleSetPropertiesArgsProvideDefaults(val: NetworkRuleSetPropertiesArgs): NetworkRuleSetPropertiesArgs;
126485
+ /**
126486
+ * The private endpoint connection of an IotHub
126487
+ */
126488
+ interface PrivateEndpointConnectionArgs {
126489
+ /**
126490
+ * The properties of a private endpoint connection
126491
+ */
126492
+ properties: pulumi.Input<inputs.devices.v20220430preview.PrivateEndpointConnectionPropertiesArgs>;
126493
+ }
126494
+ /**
126495
+ * The properties of a private endpoint connection
126496
+ */
126497
+ interface PrivateEndpointConnectionPropertiesArgs {
126498
+ /**
126499
+ * The current state of a private endpoint connection
126500
+ */
126501
+ privateLinkServiceConnectionState: pulumi.Input<inputs.devices.v20220430preview.PrivateLinkServiceConnectionStateArgs>;
126502
+ }
126503
+ /**
126504
+ * The current state of a private endpoint connection
126505
+ */
126506
+ interface PrivateLinkServiceConnectionStateArgs {
126507
+ /**
126508
+ * Actions required for a private endpoint connection
126509
+ */
126510
+ actionsRequired?: pulumi.Input<string>;
126511
+ /**
126512
+ * The description for the current state of a private endpoint connection
126513
+ */
126514
+ description: pulumi.Input<string>;
126515
+ /**
126516
+ * The status of a private endpoint connection
126517
+ */
126518
+ status: pulumi.Input<string | enums.devices.v20220430preview.PrivateLinkServiceConnectionStatus>;
126519
+ }
126520
+ /**
126521
+ * This property store root certificate related information
126522
+ */
126523
+ interface RootCertificatePropertiesArgs {
126524
+ /**
126525
+ * This property when set to true, hub will use G2 cert; while it's set to false, hub uses Baltimore Cert.
126526
+ */
126527
+ enableRootCertificateV2?: pulumi.Input<boolean>;
126528
+ }
126529
+ /**
126530
+ * The properties of a routing rule that your IoT hub uses to route messages to endpoints.
126531
+ */
126532
+ interface RoutePropertiesArgs {
126533
+ /**
126534
+ * The condition that is evaluated to apply the routing rule. If no condition is provided, it evaluates to true by default. For grammar, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-query-language
126535
+ */
126536
+ condition?: pulumi.Input<string>;
126537
+ /**
126538
+ * The list of endpoints to which messages that satisfy the condition are routed. Currently only one endpoint is allowed.
126539
+ */
126540
+ endpointNames: pulumi.Input<pulumi.Input<string>[]>;
126541
+ /**
126542
+ * Used to specify whether a route is enabled.
126543
+ */
126544
+ isEnabled: pulumi.Input<boolean>;
126545
+ /**
126546
+ * The name of the route. The name can only include alphanumeric characters, periods, underscores, hyphens, has a maximum length of 64 characters, and must be unique.
126547
+ */
126548
+ name: pulumi.Input<string>;
126549
+ /**
126550
+ * The source that the routing rule is to be applied to, such as DeviceMessages.
126551
+ */
126552
+ source: pulumi.Input<string | enums.devices.v20220430preview.RoutingSource>;
126553
+ }
126554
+ /**
126555
+ * The properties related to a cosmos DB sql collection endpoint.
126556
+ */
126557
+ interface RoutingCosmosDBSqlApiPropertiesArgs {
126558
+ /**
126559
+ * Method used to authenticate against the cosmos DB sql collection endpoint
126560
+ */
126561
+ authenticationType?: pulumi.Input<string | enums.devices.v20220430preview.AuthenticationType>;
126562
+ /**
126563
+ * The name of the cosmos DB sql collection in the cosmos DB database.
126564
+ */
126565
+ collectionName: pulumi.Input<string>;
126566
+ /**
126567
+ * The name of the cosmos DB database in the cosmos DB account.
126568
+ */
126569
+ databaseName: pulumi.Input<string>;
126570
+ /**
126571
+ * The url of the cosmos DB account. It must include the protocol https://
126572
+ */
126573
+ endpointUri: pulumi.Input<string>;
126574
+ /**
126575
+ * Id of the cosmos DB sql collection endpoint
126576
+ */
126577
+ id?: pulumi.Input<string>;
126578
+ /**
126579
+ * Managed identity properties of routing cosmos DB collection endpoint.
126580
+ */
126581
+ identity?: pulumi.Input<inputs.devices.v20220430preview.ManagedIdentityArgs>;
126582
+ /**
126583
+ * The name that identifies this endpoint. The name can only include alphanumeric characters, periods, underscores, hyphens and has a maximum length of 64 characters. The following names are reserved: events, fileNotifications, $default. Endpoint names must be unique across endpoint types.
126584
+ */
126585
+ name: pulumi.Input<string>;
126586
+ /**
126587
+ * The name of the partition key associated with this cosmos DB sql collection if one exists. This is an optional parameter.
126588
+ */
126589
+ partitionKeyName?: pulumi.Input<string>;
126590
+ /**
126591
+ * The template for generating a synthetic partition key value for use with this cosmos DB sql collection. The template must include at least one of the following placeholders: {iothub}, {deviceid}, {DD}, {MM}, and {YYYY}. Any one placeholder may be specified at most once, but order and non-placeholder components are arbitrary. This parameter is only required if PartitionKeyName is specified.
126592
+ */
126593
+ partitionKeyTemplate?: pulumi.Input<string>;
126594
+ /**
126595
+ * The primary key of the cosmos DB account.
126596
+ */
126597
+ primaryKey?: pulumi.Input<string>;
126598
+ /**
126599
+ * The name of the resource group of the cosmos DB account.
126600
+ */
126601
+ resourceGroup?: pulumi.Input<string>;
126602
+ /**
126603
+ * The secondary key of the cosmos DB account.
126604
+ */
126605
+ secondaryKey?: pulumi.Input<string>;
126606
+ /**
126607
+ * The subscription identifier of the cosmos DB account.
126608
+ */
126609
+ subscriptionId?: pulumi.Input<string>;
126610
+ }
126611
+ /**
126612
+ * The properties related to the custom endpoints to which your IoT hub routes messages based on the routing rules. A maximum of 10 custom endpoints are allowed across all endpoint types for paid hubs and only 1 custom endpoint is allowed across all endpoint types for free hubs.
126613
+ */
126614
+ interface RoutingEndpointsArgs {
126615
+ /**
126616
+ * The list of Cosmos DB collection endpoints that IoT hub routes messages to, based on the routing rules.
126617
+ */
126618
+ cosmosDBSqlCollections?: pulumi.Input<pulumi.Input<inputs.devices.v20220430preview.RoutingCosmosDBSqlApiPropertiesArgs>[]>;
126619
+ /**
126620
+ * The list of Event Hubs endpoints that IoT hub routes messages to, based on the routing rules. This list does not include the built-in Event Hubs endpoint.
126621
+ */
126622
+ eventHubs?: pulumi.Input<pulumi.Input<inputs.devices.v20220430preview.RoutingEventHubPropertiesArgs>[]>;
126623
+ /**
126624
+ * The list of Service Bus queue endpoints that IoT hub routes the messages to, based on the routing rules.
126625
+ */
126626
+ serviceBusQueues?: pulumi.Input<pulumi.Input<inputs.devices.v20220430preview.RoutingServiceBusQueueEndpointPropertiesArgs>[]>;
126627
+ /**
126628
+ * The list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules.
126629
+ */
126630
+ serviceBusTopics?: pulumi.Input<pulumi.Input<inputs.devices.v20220430preview.RoutingServiceBusTopicEndpointPropertiesArgs>[]>;
126631
+ /**
126632
+ * The list of storage container endpoints that IoT hub routes messages to, based on the routing rules.
126633
+ */
126634
+ storageContainers?: pulumi.Input<pulumi.Input<inputs.devices.v20220430preview.RoutingStorageContainerPropertiesArgs>[]>;
126635
+ }
126636
+ /**
126637
+ * The properties related to an event hub endpoint.
126638
+ */
126639
+ interface RoutingEventHubPropertiesArgs {
126640
+ /**
126641
+ * Method used to authenticate against the event hub endpoint
126642
+ */
126643
+ authenticationType?: pulumi.Input<string | enums.devices.v20220430preview.AuthenticationType>;
126644
+ /**
126645
+ * The connection string of the event hub endpoint.
126646
+ */
126647
+ connectionString?: pulumi.Input<string>;
126648
+ /**
126649
+ * The url of the event hub endpoint. It must include the protocol sb://
126650
+ */
126651
+ endpointUri?: pulumi.Input<string>;
126652
+ /**
126653
+ * Event hub name on the event hub namespace
126654
+ */
126655
+ entityPath?: pulumi.Input<string>;
126656
+ /**
126657
+ * Id of the event hub endpoint
126658
+ */
126659
+ id?: pulumi.Input<string>;
126660
+ /**
126661
+ * Managed identity properties of routing event hub endpoint.
126662
+ */
126663
+ identity?: pulumi.Input<inputs.devices.v20220430preview.ManagedIdentityArgs>;
126664
+ /**
126665
+ * The name that identifies this endpoint. The name can only include alphanumeric characters, periods, underscores, hyphens and has a maximum length of 64 characters. The following names are reserved: events, fileNotifications, $default. Endpoint names must be unique across endpoint types.
126666
+ */
126667
+ name: pulumi.Input<string>;
126668
+ /**
126669
+ * The name of the resource group of the event hub endpoint.
126670
+ */
126671
+ resourceGroup?: pulumi.Input<string>;
126672
+ /**
126673
+ * The subscription identifier of the event hub endpoint.
126674
+ */
126675
+ subscriptionId?: pulumi.Input<string>;
126676
+ }
126677
+ /**
126678
+ * The routing related properties of the IoT hub. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging
126679
+ */
126680
+ interface RoutingPropertiesArgs {
126681
+ /**
126682
+ * The properties related to the custom endpoints to which your IoT hub routes messages based on the routing rules. A maximum of 10 custom endpoints are allowed across all endpoint types for paid hubs and only 1 custom endpoint is allowed across all endpoint types for free hubs.
126683
+ */
126684
+ endpoints?: pulumi.Input<inputs.devices.v20220430preview.RoutingEndpointsArgs>;
126685
+ /**
126686
+ * The list of user-provided enrichments that the IoT hub applies to messages to be delivered to built-in and custom endpoints. See: https://aka.ms/telemetryoneventgrid
126687
+ */
126688
+ enrichments?: pulumi.Input<pulumi.Input<inputs.devices.v20220430preview.EnrichmentPropertiesArgs>[]>;
126689
+ /**
126690
+ * The properties of the route that is used as a fall-back route when none of the conditions specified in the 'routes' section are met. This is an optional parameter. When this property is not set, the messages which do not meet any of the conditions specified in the 'routes' section get routed to the built-in eventhub endpoint.
126691
+ */
126692
+ fallbackRoute?: pulumi.Input<inputs.devices.v20220430preview.FallbackRoutePropertiesArgs>;
126693
+ /**
126694
+ * The list of user-provided routing rules that the IoT hub uses to route messages to built-in and custom endpoints. A maximum of 100 routing rules are allowed for paid hubs and a maximum of 5 routing rules are allowed for free hubs.
126695
+ */
126696
+ routes?: pulumi.Input<pulumi.Input<inputs.devices.v20220430preview.RoutePropertiesArgs>[]>;
126697
+ }
126698
+ /**
126699
+ * The properties related to service bus queue endpoint types.
126700
+ */
126701
+ interface RoutingServiceBusQueueEndpointPropertiesArgs {
126702
+ /**
126703
+ * Method used to authenticate against the service bus queue endpoint
126704
+ */
126705
+ authenticationType?: pulumi.Input<string | enums.devices.v20220430preview.AuthenticationType>;
126706
+ /**
126707
+ * The connection string of the service bus queue endpoint.
126708
+ */
126709
+ connectionString?: pulumi.Input<string>;
126710
+ /**
126711
+ * The url of the service bus queue endpoint. It must include the protocol sb://
126712
+ */
126713
+ endpointUri?: pulumi.Input<string>;
126714
+ /**
126715
+ * Queue name on the service bus namespace
126716
+ */
126717
+ entityPath?: pulumi.Input<string>;
126718
+ /**
126719
+ * Id of the service bus queue endpoint
126720
+ */
126721
+ id?: pulumi.Input<string>;
126722
+ /**
126723
+ * Managed identity properties of routing service bus queue endpoint.
126724
+ */
126725
+ identity?: pulumi.Input<inputs.devices.v20220430preview.ManagedIdentityArgs>;
126726
+ /**
126727
+ * The name that identifies this endpoint. The name can only include alphanumeric characters, periods, underscores, hyphens and has a maximum length of 64 characters. The following names are reserved: events, fileNotifications, $default. Endpoint names must be unique across endpoint types. The name need not be the same as the actual queue name.
126728
+ */
126729
+ name: pulumi.Input<string>;
126730
+ /**
126731
+ * The name of the resource group of the service bus queue endpoint.
126732
+ */
126733
+ resourceGroup?: pulumi.Input<string>;
126734
+ /**
126735
+ * The subscription identifier of the service bus queue endpoint.
126736
+ */
126737
+ subscriptionId?: pulumi.Input<string>;
126738
+ }
126739
+ /**
126740
+ * The properties related to service bus topic endpoint types.
126741
+ */
126742
+ interface RoutingServiceBusTopicEndpointPropertiesArgs {
126743
+ /**
126744
+ * Method used to authenticate against the service bus topic endpoint
126745
+ */
126746
+ authenticationType?: pulumi.Input<string | enums.devices.v20220430preview.AuthenticationType>;
126747
+ /**
126748
+ * The connection string of the service bus topic endpoint.
126749
+ */
126750
+ connectionString?: pulumi.Input<string>;
126751
+ /**
126752
+ * The url of the service bus topic endpoint. It must include the protocol sb://
126753
+ */
126754
+ endpointUri?: pulumi.Input<string>;
126755
+ /**
126756
+ * Queue name on the service bus topic
126757
+ */
126758
+ entityPath?: pulumi.Input<string>;
126759
+ /**
126760
+ * Id of the service bus topic endpoint
126761
+ */
126762
+ id?: pulumi.Input<string>;
126763
+ /**
126764
+ * Managed identity properties of routing service bus topic endpoint.
126765
+ */
126766
+ identity?: pulumi.Input<inputs.devices.v20220430preview.ManagedIdentityArgs>;
126767
+ /**
126768
+ * The name that identifies this endpoint. The name can only include alphanumeric characters, periods, underscores, hyphens and has a maximum length of 64 characters. The following names are reserved: events, fileNotifications, $default. Endpoint names must be unique across endpoint types. The name need not be the same as the actual topic name.
126769
+ */
126770
+ name: pulumi.Input<string>;
126771
+ /**
126772
+ * The name of the resource group of the service bus topic endpoint.
126773
+ */
126774
+ resourceGroup?: pulumi.Input<string>;
126775
+ /**
126776
+ * The subscription identifier of the service bus topic endpoint.
126777
+ */
126778
+ subscriptionId?: pulumi.Input<string>;
126779
+ }
126780
+ /**
126781
+ * The properties related to a storage container endpoint.
126782
+ */
126783
+ interface RoutingStorageContainerPropertiesArgs {
126784
+ /**
126785
+ * Method used to authenticate against the storage endpoint
126786
+ */
126787
+ authenticationType?: pulumi.Input<string | enums.devices.v20220430preview.AuthenticationType>;
126788
+ /**
126789
+ * Time interval at which blobs are written to storage. Value should be between 60 and 720 seconds. Default value is 300 seconds.
126790
+ */
126791
+ batchFrequencyInSeconds?: pulumi.Input<number>;
126792
+ /**
126793
+ * The connection string of the storage account.
126794
+ */
126795
+ connectionString?: pulumi.Input<string>;
126796
+ /**
126797
+ * The name of storage container in the storage account.
126798
+ */
126799
+ containerName: pulumi.Input<string>;
126800
+ /**
126801
+ * Encoding that is used to serialize messages to blobs. Supported values are 'avro', 'avrodeflate', and 'JSON'. Default value is 'avro'.
126802
+ */
126803
+ encoding?: pulumi.Input<string>;
126804
+ /**
126805
+ * The url of the storage endpoint. It must include the protocol https://
126806
+ */
126807
+ endpointUri?: pulumi.Input<string>;
126808
+ /**
126809
+ * File name format for the blob. Default format is {iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}. All parameters are mandatory but can be reordered.
126810
+ */
126811
+ fileNameFormat?: pulumi.Input<string>;
126812
+ /**
126813
+ * Id of the storage container endpoint
126814
+ */
126815
+ id?: pulumi.Input<string>;
126816
+ /**
126817
+ * Managed identity properties of routing storage endpoint.
126818
+ */
126819
+ identity?: pulumi.Input<inputs.devices.v20220430preview.ManagedIdentityArgs>;
126820
+ /**
126821
+ * Maximum number of bytes for each blob written to storage. Value should be between 10485760(10MB) and 524288000(500MB). Default value is 314572800(300MB).
126822
+ */
126823
+ maxChunkSizeInBytes?: pulumi.Input<number>;
126824
+ /**
126825
+ * The name that identifies this endpoint. The name can only include alphanumeric characters, periods, underscores, hyphens and has a maximum length of 64 characters. The following names are reserved: events, fileNotifications, $default. Endpoint names must be unique across endpoint types.
126826
+ */
126827
+ name: pulumi.Input<string>;
126828
+ /**
126829
+ * The name of the resource group of the storage account.
126830
+ */
126831
+ resourceGroup?: pulumi.Input<string>;
126832
+ /**
126833
+ * The subscription identifier of the storage account.
126834
+ */
126835
+ subscriptionId?: pulumi.Input<string>;
126836
+ }
126837
+ /**
126838
+ * The properties of an IoT hub shared access policy.
126839
+ */
126840
+ interface SharedAccessSignatureAuthorizationRuleArgs {
126841
+ /**
126842
+ * The name of the shared access policy.
126843
+ */
126844
+ keyName: pulumi.Input<string>;
126845
+ /**
126846
+ * The primary key.
126847
+ */
126848
+ primaryKey?: pulumi.Input<string>;
126849
+ /**
126850
+ * The permissions assigned to the shared access policy.
126851
+ */
126852
+ rights: pulumi.Input<enums.devices.v20220430preview.AccessRights>;
126853
+ /**
126854
+ * The secondary key.
126855
+ */
126856
+ secondaryKey?: pulumi.Input<string>;
126857
+ }
126858
+ /**
126859
+ * The properties of the Azure Storage endpoint for file upload.
126860
+ */
126861
+ interface StorageEndpointPropertiesArgs {
126862
+ /**
126863
+ * Specifies authentication type being used for connecting to the storage account.
126864
+ */
126865
+ authenticationType?: pulumi.Input<string | enums.devices.v20220430preview.AuthenticationType>;
126866
+ /**
126867
+ * The connection string for the Azure Storage account to which files are uploaded.
126868
+ */
126869
+ connectionString: pulumi.Input<string>;
126870
+ /**
126871
+ * The name of the root container where you upload files. The container need not exist but should be creatable using the connectionString specified.
126872
+ */
126873
+ containerName: pulumi.Input<string>;
126874
+ /**
126875
+ * Managed identity properties of storage endpoint for file upload.
126876
+ */
126877
+ identity?: pulumi.Input<inputs.devices.v20220430preview.ManagedIdentityArgs>;
126878
+ /**
126879
+ * The period of time for which the SAS URI generated by IoT Hub for file upload is valid. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notification-configuration-options.
126880
+ */
126881
+ sasTtlAsIso8601?: pulumi.Input<string>;
126882
+ }
126883
+ }
126130
126884
  namespace v20221115preview {
126131
126885
  interface ArmIdentityArgs {
126132
126886
  /**
@@ -225705,19 +226459,6 @@ export declare namespace network {
225705
226459
  */
225706
226460
  dnsServers?: pulumi.Input<pulumi.Input<string>[]>;
225707
226461
  }
225708
- /**
225709
- * A digest.
225710
- */
225711
- interface DigestArgs {
225712
- /**
225713
- * The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
225714
- */
225715
- algorithmType?: pulumi.Input<number>;
225716
- /**
225717
- * The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
225718
- */
225719
- value?: pulumi.Input<string>;
225720
- }
225721
226462
  /**
225722
226463
  * Class containing DNS settings in a Traffic Manager profile.
225723
226464
  */
@@ -225748,23 +226489,6 @@ export declare namespace network {
225748
226489
  */
225749
226490
  servers?: pulumi.Input<pulumi.Input<string>[]>;
225750
226491
  }
225751
- /**
225752
- * A DS record. For more information about the DS record format, see RFC 4034: https://www.rfc-editor.org/rfc/rfc4034
225753
- */
225754
- interface DsRecordArgs {
225755
- /**
225756
- * The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
225757
- */
225758
- algorithm?: pulumi.Input<number>;
225759
- /**
225760
- * The digest entity.
225761
- */
225762
- digest?: pulumi.Input<inputs.network.DigestArgs>;
225763
- /**
225764
- * The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.
225765
- */
225766
- keyTag?: pulumi.Input<number>;
225767
- }
225768
226492
  /**
225769
226493
  * Class representing a Traffic Manager endpoint.
225770
226494
  */
@@ -227749,35 +228473,6 @@ export declare namespace network {
227749
228473
  */
227750
228474
  preference?: pulumi.Input<number>;
227751
228475
  }
227752
- /**
227753
- * A NAPTR record. For more information about the NAPTR record format, see RFC 3403: https://www.rfc-editor.org/rfc/rfc3403
227754
- */
227755
- interface NaptrRecordArgs {
227756
- /**
227757
- * The flags specific to DDDS applications. Values currently defined in RFC 3404 are uppercase and lowercase letters "A", "P", "S", and "U", and the empty string, "". Enclose Flags in quotation marks.
227758
- */
227759
- flags?: pulumi.Input<string>;
227760
- /**
227761
- * The order in which the NAPTR records MUST be processed in order to accurately represent the ordered list of rules. The ordering is from lowest to highest. Valid values: 0-65535.
227762
- */
227763
- order?: pulumi.Input<number>;
227764
- /**
227765
- * The preference specifies the order in which NAPTR records with equal 'order' values should be processed, low numbers being processed before high numbers. Valid values: 0-65535.
227766
- */
227767
- preference?: pulumi.Input<number>;
227768
- /**
227769
- * The regular expression that the DDDS application uses to convert an input value into an output value. For example: an IP phone system might use a regular expression to convert a phone number that is entered by a user into a SIP URI. Enclose the regular expression in quotation marks. Specify either a value for 'regexp' or a value for 'replacement'.
227770
- */
227771
- regexp?: pulumi.Input<string>;
227772
- /**
227773
- * The replacement is a fully qualified domain name (FQDN) of the next domain name that you want the DDDS application to submit a DNS query for. The DDDS application replaces the input value with the value specified for replacement. Specify either a value for 'regexp' or a value for 'replacement'. If you specify a value for 'regexp', specify a dot (.) for 'replacement'.
227774
- */
227775
- replacement?: pulumi.Input<string>;
227776
- /**
227777
- * The services specific to DDDS applications. Enclose Services in quotation marks.
227778
- */
227779
- services?: pulumi.Input<string>;
227780
- }
227781
228476
  /**
227782
228477
  * Nat Gateway resource.
227783
228478
  */
@@ -229793,27 +230488,6 @@ export declare namespace network {
229793
230488
  * targetDnsServerArgsProvideDefaults sets the appropriate defaults for TargetDnsServerArgs
229794
230489
  */
229795
230490
  function targetDnsServerArgsProvideDefaults(val: TargetDnsServerArgs): TargetDnsServerArgs;
229796
- /**
229797
- * A TLSA record. For more information about the TLSA record format, see RFC 6698: https://www.rfc-editor.org/rfc/rfc6698
229798
- */
229799
- interface TlsaRecordArgs {
229800
- /**
229801
- * This specifies the certificate association data to be matched.
229802
- */
229803
- certAssociationData?: pulumi.Input<string>;
229804
- /**
229805
- * The matching type specifies how the certificate association is presented.
229806
- */
229807
- matchingType?: pulumi.Input<number>;
229808
- /**
229809
- * The selector specifies which part of the TLS certificate presented by the server will be matched against the association data.
229810
- */
229811
- selector?: pulumi.Input<number>;
229812
- /**
229813
- * The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake.
229814
- */
229815
- usage?: pulumi.Input<number>;
229816
- }
229817
230491
  /**
229818
230492
  * Parameters that define the configuration of traffic analytics.
229819
230493
  */
@@ -230883,6 +231557,135 @@ export declare namespace network {
230883
231557
  state?: pulumi.Input<string | enums.network.ScrubbingRuleEntryState>;
230884
231558
  }
230885
231559
  namespace v20180501 {
231560
+ /**
231561
+ * An A record.
231562
+ */
231563
+ interface ARecordArgs {
231564
+ /**
231565
+ * The IPv4 address of this A record.
231566
+ */
231567
+ ipv4Address?: pulumi.Input<string>;
231568
+ }
231569
+ /**
231570
+ * An AAAA record.
231571
+ */
231572
+ interface AaaaRecordArgs {
231573
+ /**
231574
+ * The IPv6 address of this AAAA record.
231575
+ */
231576
+ ipv6Address?: pulumi.Input<string>;
231577
+ }
231578
+ /**
231579
+ * A CAA record.
231580
+ */
231581
+ interface CaaRecordArgs {
231582
+ /**
231583
+ * The flags for this CAA record as an integer between 0 and 255.
231584
+ */
231585
+ flags?: pulumi.Input<number>;
231586
+ /**
231587
+ * The tag for this CAA record.
231588
+ */
231589
+ tag?: pulumi.Input<string>;
231590
+ /**
231591
+ * The value for this CAA record.
231592
+ */
231593
+ value?: pulumi.Input<string>;
231594
+ }
231595
+ /**
231596
+ * A CNAME record.
231597
+ */
231598
+ interface CnameRecordArgs {
231599
+ /**
231600
+ * The canonical name for this CNAME record.
231601
+ */
231602
+ cname?: pulumi.Input<string>;
231603
+ }
231604
+ /**
231605
+ * An MX record.
231606
+ */
231607
+ interface MxRecordArgs {
231608
+ /**
231609
+ * The domain name of the mail host for this MX record.
231610
+ */
231611
+ exchange?: pulumi.Input<string>;
231612
+ /**
231613
+ * The preference value for this MX record.
231614
+ */
231615
+ preference?: pulumi.Input<number>;
231616
+ }
231617
+ /**
231618
+ * An NS record.
231619
+ */
231620
+ interface NsRecordArgs {
231621
+ /**
231622
+ * The name server name for this NS record.
231623
+ */
231624
+ nsdname?: pulumi.Input<string>;
231625
+ }
231626
+ /**
231627
+ * A PTR record.
231628
+ */
231629
+ interface PtrRecordArgs {
231630
+ /**
231631
+ * The PTR target domain name for this PTR record.
231632
+ */
231633
+ ptrdname?: pulumi.Input<string>;
231634
+ }
231635
+ /**
231636
+ * An SOA record.
231637
+ */
231638
+ interface SoaRecordArgs {
231639
+ /**
231640
+ * The email contact for this SOA record.
231641
+ */
231642
+ email?: pulumi.Input<string>;
231643
+ /**
231644
+ * The expire time for this SOA record.
231645
+ */
231646
+ expireTime?: pulumi.Input<number>;
231647
+ /**
231648
+ * The domain name of the authoritative name server for this SOA record.
231649
+ */
231650
+ host?: pulumi.Input<string>;
231651
+ /**
231652
+ * The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
231653
+ */
231654
+ minimumTtl?: pulumi.Input<number>;
231655
+ /**
231656
+ * The refresh value for this SOA record.
231657
+ */
231658
+ refreshTime?: pulumi.Input<number>;
231659
+ /**
231660
+ * The retry time for this SOA record.
231661
+ */
231662
+ retryTime?: pulumi.Input<number>;
231663
+ /**
231664
+ * The serial number for this SOA record.
231665
+ */
231666
+ serialNumber?: pulumi.Input<number>;
231667
+ }
231668
+ /**
231669
+ * An SRV record.
231670
+ */
231671
+ interface SrvRecordArgs {
231672
+ /**
231673
+ * The port value for this SRV record.
231674
+ */
231675
+ port?: pulumi.Input<number>;
231676
+ /**
231677
+ * The priority value for this SRV record.
231678
+ */
231679
+ priority?: pulumi.Input<number>;
231680
+ /**
231681
+ * The target domain name for this SRV record.
231682
+ */
231683
+ target?: pulumi.Input<string>;
231684
+ /**
231685
+ * The weight value for this SRV record.
231686
+ */
231687
+ weight?: pulumi.Input<number>;
231688
+ }
230886
231689
  /**
230887
231690
  * A reference to a another resource
230888
231691
  */
@@ -230907,6 +231710,15 @@ export declare namespace network {
230907
231710
  */
230908
231711
  id?: pulumi.Input<string>;
230909
231712
  }
231713
+ /**
231714
+ * A TXT record.
231715
+ */
231716
+ interface TxtRecordArgs {
231717
+ /**
231718
+ * The text value of this TXT record.
231719
+ */
231720
+ value?: pulumi.Input<pulumi.Input<string>[]>;
231721
+ }
230910
231722
  }
230911
231723
  namespace v20180601 {
230912
231724
  /**