LogPattern

public struct LogPattern : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

    Declaration

    Swift

    public let pattern: String?
  • The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

    Declaration

    Swift

    public let patternName: String?
  • The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

    Declaration

    Swift

    public let patternSetName: String?
  • Rank of the log pattern.

    Declaration

    Swift

    public let rank: Int?
  • Undocumented

    Declaration

    Swift

    public init(pattern: String? = nil, patternName: String? = nil, patternSetName: String? = nil, rank: Int? = nil)