Class IotHubDataConnectionArgs


  • public final class IotHubDataConnectionArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • consumerGroup

        public com.pulumi.core.Output<java.lang.String> consumerGroup()
        Returns:
        The iot hub consumer group.
      • dataConnectionName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dataConnectionName()
        Returns:
        The name of the data connection.
      • dataFormat

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​IotHubDataFormat>>> dataFormat()
        Returns:
        The data format of the message. Optionally the data format can be added to each message.
      • databaseName

        public com.pulumi.core.Output<java.lang.String> databaseName()
        Returns:
        The name of the database in the Kusto pool.
      • eventSystemProperties

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> eventSystemProperties()
        Returns:
        System properties of the iot hub
      • iotHubResourceId

        public com.pulumi.core.Output<java.lang.String> iotHubResourceId()
        Returns:
        The resource ID of the Iot hub to be used to create a data connection.
      • kind

        public com.pulumi.core.Output<java.lang.String> kind()
        Returns:
        Kind of the endpoint for the data connection Expected value is 'IotHub'.
      • kustoPoolName

        public com.pulumi.core.Output<java.lang.String> kustoPoolName()
        Returns:
        The name of the Kusto pool.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        Resource location.
      • mappingRuleName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> mappingRuleName()
        Returns:
        The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        The name of the resource group. The name is case insensitive.
      • sharedAccessPolicyName

        public com.pulumi.core.Output<java.lang.String> sharedAccessPolicyName()
        Returns:
        The name of the share access policy
      • tableName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> tableName()
        Returns:
        The table where the data should be ingested. Optionally the table information can be added to each message.
      • workspaceName

        public com.pulumi.core.Output<java.lang.String> workspaceName()
        Returns:
        The name of the workspace.