UpdateThreatIntelSetRequest

public struct UpdateThreatIntelSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The updated Boolean value that specifies whether the ThreateIntelSet is active or not.

    Declaration

    Swift

    public let activate: Bool?
  • The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.

    Declaration

    Swift

    public let detectorId: String
  • The updated URI of the file that contains the ThreateIntelSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.

    Declaration

    Swift

    public let location: String?
  • The unique ID that specifies the ThreatIntelSet that you want to update.

    Declaration

    Swift

    public let name: String?
  • The unique ID that specifies the ThreatIntelSet that you want to update.

    Declaration

    Swift

    public let threatIntelSetId: String
  • Undocumented

    Declaration

    Swift

    public init(activate: Bool? = nil, detectorId: String, location: String? = nil, name: String? = nil, threatIntelSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws