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 CreateIPSet operation. Creates a new IPSet, which is called a trusted IP list in the console user interface. An IPSet is a list of IP addresses that are trusted for secure communication with Amazon Web Services infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are included in IPSets. Only users from the administrator account can use this operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateIPSetRequest : AmazonGuardDutyRequest
         IAmazonWebServiceRequest

The CreateIPSetRequest type exposes the following members

Constructors

NameDescription
Public Method CreateIPSetRequest()

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 IPSet.

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 that you want to create an IPSet for.

Public Property Format Amazon.GuardDuty.IpSetFormat

Gets and sets the property Format.

The format of the file that contains the IPSet.

Public Property Location System.String

Gets and sets the property Location.

The URI of the file that contains the IPSet.

Public Property Name System.String

Gets and sets the property Name.

The user-friendly name to identify the IPSet.

Allowed characters are alphanumeric, whitespace, dash (-), and underscores (_).

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 IP set resource.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5