Class: Aws::CustomerProfiles::Types::CreateEventStreamRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


1170
1171
1172
1173
1174
1175
1176
1177
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1170

class CreateEventStreamRequest < Struct.new(
  :domain_name,
  :uri,
  :event_stream_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#event_stream_nameString

The name of the event stream.

Returns:

  • (String)


1170
1171
1172
1173
1174
1175
1176
1177
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1170

class CreateEventStreamRequest < Struct.new(
  :domain_name,
  :uri,
  :event_stream_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


1170
1171
1172
1173
1174
1175
1176
1177
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1170

class CreateEventStreamRequest < Struct.new(
  :domain_name,
  :uri,
  :event_stream_name,
  :tags)
  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)


1170
1171
1172
1173
1174
1175
1176
1177
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1170

class CreateEventStreamRequest < Struct.new(
  :domain_name,
  :uri,
  :event_stream_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end