LogSetup

public struct LogSetup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log type isn’t enabled, that log type doesn’t export its control plane logs. Each individual log type can be enabled or disabled independently.

    Declaration

    Swift

    public let enabled: Bool?
  • The available cluster control plane log types.

    Declaration

    Swift

    public let types: [LogType]?
  • Undocumented

    Declaration

    Swift

    public init(enabled: Bool? = nil, types: [LogType]? = nil)