Interface EventbridgeConstants


  • public interface EventbridgeConstants
    Constants used in Camel AWS2 Eventbridge module
    • Field Detail

      • OPERATION

        @Metadata(description="The operation we want to perform",
                  javaType="String")
        static final String OPERATION
        See Also:
        Constant Field Values
      • RULE_NAME

        @Metadata(description="The name of the rule.",
                  javaType="String")
        static final String RULE_NAME
        See Also:
        Constant Field Values
      • RULE_NAME_PREFIX

        @Metadata(description="The prefix matching the rule name.",
                  javaType="String")
        static final String RULE_NAME_PREFIX
        See Also:
        Constant Field Values
      • EVENT_PATTERN

        @Metadata(description="The event pattern.",
                  javaType="String")
        static final String EVENT_PATTERN
        See Also:
        Constant Field Values
      • TARGETS

        @Metadata(description="The targets to update or add to the rule.",
                  javaType="Collection<Target>")
        static final String TARGETS
        See Also:
        Constant Field Values
      • TARGETS_IDS

        @Metadata(description="The IDs of the targets to remove from the rule.",
                  javaType="Collection<String>")
        static final String TARGETS_IDS
        See Also:
        Constant Field Values
      • TARGET_ARN

        @Metadata(description="The Amazon Resource Name (ARN) of the target resource.",
                  javaType="String")
        static final String TARGET_ARN
        See Also:
        Constant Field Values
      • EVENT_RESOURCES_ARN

        @Metadata(description="Comma separated list of Amazon Resource Names (ARN) of the resources related to Event",
                  javaType="String")
        static final String EVENT_RESOURCES_ARN
        See Also:
        Constant Field Values
      • EVENT_SOURCE

        @Metadata(description="The source related to Event",
                  javaType="String")
        static final String EVENT_SOURCE
        See Also:
        Constant Field Values
      • EVENT_DETAIL_TYPE

        @Metadata(description="The detail type related to Event",
                  javaType="String")
        static final String EVENT_DETAIL_TYPE
        See Also:
        Constant Field Values