PendingCloudwatchLogsExports
public struct PendingCloudwatchLogsExports : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Log types that are in the process of being enabled. After they are enabled, these log types are exported to Amazon CloudWatch Logs. DeclarationSwift public let logTypesToDisable: [String]?
- 
                  
                  Log types that are in the process of being deactivated. After they are deactivated, these log types aren’t exported to CloudWatch Logs. DeclarationSwift public let logTypesToEnable: [String]?
- 
                  
                  Undocumented DeclarationSwift public init(logTypesToDisable: [String]? = nil, logTypesToEnable: [String]? = nil)
 View on GitHub
View on GitHub PendingCloudwatchLogsExports Structure Reference
        PendingCloudwatchLogsExports Structure Reference