You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::LoggingInfo
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::LoggingInfo
 
- Defined in:
- (unknown)
Overview
When passing LoggingInfo as input to an Aws::Client method, you can use a vanilla Hash:
{
  s3_bucket_name: "S3BucketName", # required
  s3_key_prefix: "S3KeyPrefix",
  s3_region: "S3Region", # required
}
Information about an S3 bucket to write instance-level logs to.
   LoggingInfo has been deprecated. To specify an S3 bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #s3_bucket_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of an S3 bucket where execution logs are stored . 
- 
  
    
      #s3_key_prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    (Optional) The S3 bucket subfolder. 
- 
  
    
      #s3_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Region where the S3 bucket is located. 
Instance Attribute Details
#s3_bucket_name ⇒ String
The name of an S3 bucket where execution logs are stored .
#s3_key_prefix ⇒ String
(Optional) The S3 bucket subfolder.
#s3_region ⇒ String
The Region where the S3 bucket is located.