Class EventTargetInputTransformerArgs


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

      • inputPaths

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> inputPaths()
        Returns:
        Key value pairs specified in the form of JSONPath (for example, time = $.time) * You can have as many as 100 key-value pairs. * You must use JSON dot notation, not bracket notation. * The keys can't start with "AWS".
      • inputTemplate

        public com.pulumi.core.Output<java.lang.String> inputTemplate()
        Returns:
        Template to customize data sent to the target. Must be valid JSON. To send a string value, the string value must include double quotes.