Class: Aws::TimestreamInfluxDB::Types::S3Configuration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::TimestreamInfluxDB::Types::S3Configuration
 
- Defined in:
- gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Configuration for S3 bucket log delivery.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #bucket_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the S3 bucket to deliver logs to. 
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether log delivery to the S3 bucket is enabled. 
Instance Attribute Details
#bucket_name ⇒ String
The name of the S3 bucket to deliver logs to.
| 2633 2634 2635 2636 2637 2638 | # File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2633 class S3Configuration < Struct.new( :bucket_name, :enabled) SENSITIVE = [] include Aws::Structure end | 
#enabled ⇒ Boolean
Indicates whether log delivery to the S3 bucket is enabled.
| 2633 2634 2635 2636 2637 2638 | # File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2633 class S3Configuration < Struct.new( :bucket_name, :enabled) SENSITIVE = [] include Aws::Structure end |