Class: Aws::GuardDuty::Types::CreateThreatIntelSetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activateBoolean

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

Returns:

  • (Boolean)


1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
# File 'lib/aws-sdk-guardduty/types.rb', line 1452

class CreateThreatIntelSetRequest < Struct.new(
  :detector_id,
  :name,
  :format,
  :location,
  :activate,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

The idempotency token for the create request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
# File 'lib/aws-sdk-guardduty/types.rb', line 1452

class CreateThreatIntelSetRequest < Struct.new(
  :detector_id,
  :name,
  :format,
  :location,
  :activate,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#detector_idString

The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
# File 'lib/aws-sdk-guardduty/types.rb', line 1452

class CreateThreatIntelSetRequest < Struct.new(
  :detector_id,
  :name,
  :format,
  :location,
  :activate,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the file that contains the ThreatIntelSet.

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
# File 'lib/aws-sdk-guardduty/types.rb', line 1452

class CreateThreatIntelSetRequest < Struct.new(
  :detector_id,
  :name,
  :format,
  :location,
  :activate,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The URI of the file that contains the ThreatIntelSet.

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
# File 'lib/aws-sdk-guardduty/types.rb', line 1452

class CreateThreatIntelSetRequest < Struct.new(
  :detector_id,
  :name,
  :format,
  :location,
  :activate,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
# File 'lib/aws-sdk-guardduty/types.rb', line 1452

class CreateThreatIntelSetRequest < Struct.new(
  :detector_id,
  :name,
  :format,
  :location,
  :activate,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
# File 'lib/aws-sdk-guardduty/types.rb', line 1452

class CreateThreatIntelSetRequest < Struct.new(
  :detector_id,
  :name,
  :format,
  :location,
  :activate,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end