PendingCloudwatchLogsExports

public struct PendingCloudwatchLogsExports : AWSShape

Undocumented

  • Declaration

    Swift

    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 CloudWatch Logs.

    Declaration

    Swift

    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.

    Declaration

    Swift

    public let logTypesToEnable: [String]?
  • Undocumented

    Declaration

    Swift

    public init(logTypesToDisable: [String]? = nil, logTypesToEnable: [String]? = nil)