Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::CustomerProfiles::Types::EventStreamDestinationDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Details of the destination being used for the EventStream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The human-readable string that corresponds to the error or success while enabling the streaming destination.

Returns:

  • (String)

2172
2173
2174
2175
2176
2177
2178
2179
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2172

class EventStreamDestinationDetails < Struct.new(
  :uri,
  :status,
  :unhealthy_since,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of enabling the Kinesis stream as a destination for export.

Returns:

  • (String)

2172
2173
2174
2175
2176
2177
2178
2179
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2172

class EventStreamDestinationDetails < Struct.new(
  :uri,
  :status,
  :unhealthy_since,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#unhealthy_sinceTime

The timestamp when the status last changed to UNHEALHY.

Returns:

  • (Time)

2172
2173
2174
2175
2176
2177
2178
2179
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2172

class EventStreamDestinationDetails < Struct.new(
  :uri,
  :status,
  :unhealthy_since,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.

Returns:

  • (String)

2172
2173
2174
2175
2176
2177
2178
2179
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2172

class EventStreamDestinationDetails < Struct.new(
  :uri,
  :status,
  :unhealthy_since,
  :message)
  SENSITIVE = []
  include Aws::Structure
end