Class TopicRuleIotEventArgs


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

      • batchMode

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> batchMode()
        Returns:
        The payload that contains a JSON array of records will be sent to IoT Events via a batch call.
      • inputName

        public com.pulumi.core.Output<java.lang.String> inputName()
        Returns:
        The name of the AWS IoT Events input.
      • messageId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> messageId()
        Returns:
        Use this to ensure that only one input (message) with a given messageId is processed by an AWS IoT Events detector.
      • roleArn

        public com.pulumi.core.Output<java.lang.String> roleArn()
        Returns:
        The ARN of the IAM role that grants access.