QueryDefinition

public struct QueryDefinition : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date that the query definition was most recently modified.

    Declaration

    Swift

    public let lastModified: Int64?
  • If this query definition contains a list of log groups that it is limited to, that list appears here.

    Declaration

    Swift

    public let logGroupNames: [String]?
  • The name of the query definition.

    Declaration

    Swift

    public let name: String?
  • The unique ID of the query definition.

    Declaration

    Swift

    public let queryDefinitionId: String?
  • The query string to use for this definition. For more information, see CloudWatch Logs Insights Query Syntax.

    Declaration

    Swift

    public let queryString: String?
  • Undocumented

    Declaration

    Swift

    public init(lastModified: Int64? = nil, logGroupNames: [String]? = nil, name: String? = nil, queryDefinitionId: String? = nil, queryString: String? = nil)