Class: Aws::CustomerProfiles::Types::CreateEventStreamRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::CreateEventStreamRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of the domain.
 - 
  
    
      #event_stream_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the event stream.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 - 
  
    
      #uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The StreamARN of the destination to deliver profile events to.
 
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
      870 871 872 873 874 875 876 877  | 
    
      # File '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_name ⇒ String
The name of the event stream.
      870 871 872 873 874 875 876 877  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 870 class CreateEventStreamRequest < Struct.new( :domain_name, :uri, :event_stream_name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
      870 871 872 873 874 875 876 877  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 870 class CreateEventStreamRequest < Struct.new( :domain_name, :uri, :event_stream_name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#uri ⇒ String
The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name
      870 871 872 873 874 875 876 877  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 870 class CreateEventStreamRequest < Struct.new( :domain_name, :uri, :event_stream_name, :tags) SENSITIVE = [] include Aws::Structure end  |