Interface EventbridgeConstants


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

    • OPERATION

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

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

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

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

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

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

      @Metadata(description="The Amazon Resource Name (ARN) of the target resource.", javaType="String") static final String TARGET_ARN
      See Also:
    • 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:
    • EVENT_SOURCE

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

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