Class EnrichmentPropertiesArgs


  • public final class EnrichmentPropertiesArgs
    extends com.pulumi.resources.ResourceArgs
    The properties of an enrichment that your IoT hub applies to messages delivered to endpoints.
    • Method Detail

      • endpointNames

        public com.pulumi.core.Output<java.util.List<java.lang.String>> endpointNames()
        Returns:
        The list of endpoints for which the enrichment is applied to the message.
      • key

        public com.pulumi.core.Output<java.lang.String> key()
        Returns:
        The key or name for the enrichment property.
      • value

        public com.pulumi.core.Output<java.lang.String> value()
        Returns:
        The value for the enrichment property.