Io THub Endpoint Args
Constructors
Properties
The type used to authenticate against the endpoint. Possible values are keyBased
and identityBased
. Defaults to keyBased
.
Time interval at which blobs are written to storage. Value should be between 60 and 720 seconds. Default value is 300 seconds. This attribute is applicable for endpoint type AzureIotHub.StorageContainer
.
The connection string for the endpoint. This attribute is mandatory and can only be specified when authentication_type
is keyBased
.
The name of storage container in the storage account. This attribute is mandatory for endpoint type AzureIotHub.StorageContainer
.
URI of the Service Bus or Event Hubs Namespace endpoint. This attribute can only be specified and is mandatory when authentication_type
is identityBased
for endpoint type AzureIotHub.ServiceBusQueue
, AzureIotHub.ServiceBusTopic
or AzureIotHub.EventHub
.
Name of the Service Bus Queue/Topic or Event Hub. This attribute can only be specified and is mandatory when authentication_type
is identityBased
for endpoint type AzureIotHub.ServiceBusQueue
, AzureIotHub.ServiceBusTopic
or AzureIotHub.EventHub
.
File name format for the blob. All parameters are mandatory but can be reordered. This attribute is applicable for endpoint type AzureIotHub.StorageContainer
. Defaults to {iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}
.
The ID of the User Managed Identity used to authenticate against the endpoint.
Maximum number of bytes for each blob written to storage. Value should be between 10485760(10MB) and 524288000(500MB). Default value is 314572800(300MB). This attribute is applicable for endpoint type AzureIotHub.StorageContainer
.
The resource group in which the endpoint will be created.