ThreatIntelIndicator

public struct ThreatIntelIndicator : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The category of a threat intelligence indicator.

    Declaration

    Swift

    public let category: ThreatIntelIndicatorCategory?
  • Indicates when the most recent instance of a threat intelligence indicator was observed. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

    Declaration

    Swift

    public let lastObservedAt: String?
  • The source of the threat intelligence indicator.

    Declaration

    Swift

    public let source: String?
  • The URL to the page or site where you can get more information about the threat intelligence indicator.

    Declaration

    Swift

    public let sourceUrl: String?
  • The type of threat intelligence indicator.

    Declaration

    Swift

    public let type: ThreatIntelIndicatorType?
  • The value of a threat intelligence indicator.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(category: ThreatIntelIndicatorCategory? = nil, lastObservedAt: String? = nil, source: String? = nil, sourceUrl: String? = nil, type: ThreatIntelIndicatorType? = nil, value: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws