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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


870
871
872
873
874
875
876
877
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 870

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)


870
871
872
873
874
875
876
877
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 870

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>)


870
871
872
873
874
875
876
877
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 870

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)


870
871
872
873
874
875
876
877
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 870

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