DescribeSubscriberResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Batching configuration for a subscriber.

Link copied to clipboard

The time the subscriber was created.

Link copied to clipboard

Free-text description. Used by every resource type that has one: event buses, subscribers, and event sources.

Link copied to clipboard

The Amazon Resource Name (ARN) that uniquely identifies an event bus.

Link copied to clipboard

Configuration for filtering events delivered to a subscriber. On CreateSubscriber, Filters is required and must contain at least one Filter with a non-empty Pattern. On UpdateSubscriber, an empty FilterConfiguration:{} clears the existing filter. Any non-empty shape (including {Language:X} without Filters) must contain a valid Filters list — same contract as CreateSubscriber. A non-empty Filters list overwrites; an omitted FilterConfiguration preserves existing state. All Filters are implicitly ANDed — an event must match every Filter to be delivered.

Link copied to clipboard

Configuration for how the subscriber invokes its target.

Link copied to clipboard

The time the subscriber was last modified.

Link copied to clipboard

Log configuration for a subscriber.

Link copied to clipboard
val name: String?

Name of a subscriber. The first character must be alphanumeric; the remaining characters may also include '.', '-', and '_'.

Link copied to clipboard

On-failure configuration: where a failed delivery is sent. Shared by the subscriber and the EventSource.

Link copied to clipboard

Point-in-time configuration for a subscriber. Only applicable when StartingPosition is POINT_IN_TIME.

Link copied to clipboard

Retry policy for a subscriber.

Link copied to clipboard

True when the bus owner has revoked this subscriber. Present only when true, so an absent member means the subscriber is not revoked. Revocation is terminal: it never returns to false. Mutating operations on a revoked subscriber fail with InvalidStateException, except DeleteSubscriber, which stays available so a revoked subscriber can still be cleaned up.

Link copied to clipboard

Starting position for a subscriber.

Link copied to clipboard

Customer-controlled run state of a subscriber, set on create or update. Distinct from the bus lifecycle vocabulary, where ACTIVE means "provisioned and healthy". Delivery requires State RUNNING on a subscriber that is not revoked.

Link copied to clipboard

The Amazon Resource Name (ARN) that uniquely identifies a subscriber.

Link copied to clipboard

Absent for universal (aws-sdk) targets, whose input transformation is UniversalTargetParameters.Input.

Link copied to clipboard

Delivery ordering mode of a subscriber: FIFO delivers events in order within an event group; UNORDERED delivers without an ordering guarantee.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String