Class: Aws::IoT::Types::CreateStreamRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CreateStreamRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the stream.
 - 
  
    
      #files  ⇒ Array<Types::StreamFile> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The files to stream.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An IAM role that allows the IoT service principal to access your S3 files.
 - 
  
    
      #stream_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The stream ID.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata which can be used to manage streams.
 
Instance Attribute Details
#description ⇒ String
A description of the stream.
      3935 3936 3937 3938 3939 3940 3941 3942 3943  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3935 class CreateStreamRequest < Struct.new( :stream_id, :description, :files, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#files ⇒ Array<Types::StreamFile>
The files to stream.
      3935 3936 3937 3938 3939 3940 3941 3942 3943  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3935 class CreateStreamRequest < Struct.new( :stream_id, :description, :files, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
An IAM role that allows the IoT service principal to access your S3 files.
      3935 3936 3937 3938 3939 3940 3941 3942 3943  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3935 class CreateStreamRequest < Struct.new( :stream_id, :description, :files, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#stream_id ⇒ String
The stream ID.
      3935 3936 3937 3938 3939 3940 3941 3942 3943  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3935 class CreateStreamRequest < Struct.new( :stream_id, :description, :files, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Metadata which can be used to manage streams.
      3935 3936 3937 3938 3939 3940 3941 3942 3943  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3935 class CreateStreamRequest < Struct.new( :stream_id, :description, :files, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end  |