Class PipeTargetParametersEventbridgeEventBusParameters


  • public final class PipeTargetParametersEventbridgeEventBusParameters
    extends java.lang.Object
    • Method Detail

      • detailType

        public java.util.Optional<java.lang.String> detailType()
        Returns:
        A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
      • endpointId

        public java.util.Optional<java.lang.String> endpointId()
        Returns:
        The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.
      • resources

        public java.util.List<java.lang.String> resources()
        Returns:
        List of AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
      • source

        public java.util.Optional<java.lang.String> source()
        Returns:
        Source resource of the pipe. This field typically requires an ARN (Amazon Resource Name). However, when using a self-managed Kafka cluster, you should use a different format. Instead of an ARN, use 'smk://' followed by the bootstrap server's address.
      • time

        public java.util.Optional<java.lang.String> time()
        Returns:
        The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used. This is the JSON path to the field in the event e.g. $.detail.timestamp