AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateThreatIntelSet operation. Creates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator account can use this operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.GuardDuty.AmazonGuardDutyRequest
      Amazon.GuardDuty.Model.CreateThreatIntelSetRequest

Namespace: Amazon.GuardDuty.Model
Assembly: AWSSDK.GuardDuty.dll
Version: 3.x.y.z

Syntax

C#
public class CreateThreatIntelSetRequest : AmazonGuardDutyRequest
         IAmazonWebServiceRequest

The CreateThreatIntelSetRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Activate System.Boolean

Gets and sets the property Activate.

A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.

Public Property ClientToken System.String

Gets and sets the property ClientToken.

The idempotency token for the create request.

Public Property DetectorId System.String

Gets and sets the property DetectorId.

The unique ID of the detector of the GuardDuty account for which you want to create a ThreatIntelSet.

Public Property Format Amazon.GuardDuty.ThreatIntelSetFormat

Gets and sets the property Format.

The format of the file that contains the ThreatIntelSet.

Public Property Location System.String

Gets and sets the property Location.

The URI of the file that contains the ThreatIntelSet.

Public Property Name System.String

Gets and sets the property Name.

A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags to be added to a new threat list resource.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5