Class: Aws::Firehose::Types::StartDeliveryStreamEncryptionInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Firehose::Types::StartDeliveryStreamEncryptionInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-firehose/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delivery_stream_encryption_configuration_input  ⇒ Types::DeliveryStreamEncryptionConfigurationInput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
 - 
  
    
      #delivery_stream_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Firehose stream for which you want to enable server-side encryption (SSE).
 
Instance Attribute Details
#delivery_stream_encryption_configuration_input ⇒ Types::DeliveryStreamEncryptionConfigurationInput
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
      5400 5401 5402 5403 5404 5405  | 
    
      # File 'lib/aws-sdk-firehose/types.rb', line 5400 class StartDeliveryStreamEncryptionInput < Struct.new( :delivery_stream_name, :delivery_stream_encryption_configuration_input) SENSITIVE = [] include Aws::Structure end  | 
  
#delivery_stream_name ⇒ String
The name of the Firehose stream for which you want to enable server-side encryption (SSE).
      5400 5401 5402 5403 5404 5405  | 
    
      # File 'lib/aws-sdk-firehose/types.rb', line 5400 class StartDeliveryStreamEncryptionInput < Struct.new( :delivery_stream_name, :delivery_stream_encryption_configuration_input) SENSITIVE = [] include Aws::Structure end  |