Class: Aws::GuardDuty::Types::CreateThreatIntelSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateThreatIntelSetRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activate ⇒ Boolean
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
-
#client_token ⇒ String
The idempotency token for the create request.
-
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty account for which you want to create a
threatIntelSet
. -
#expected_bucket_owner ⇒ String
The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.
-
#format ⇒ String
The format of the file that contains the ThreatIntelSet.
-
#location ⇒ String
The URI of the file that contains the ThreatIntelSet.
-
#name ⇒ String
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
-
#tags ⇒ Hash<String,String>
The tags to be added to a new threat list resource.
Instance Attribute Details
#activate ⇒ Boolean
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2095 class CreateThreatIntelSetRequest < Struct.new( :detector_id, :name, :format, :location, :activate, :client_token, :tags, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The idempotency token for the create request.
A suitable default value is auto-generated. You should normally not need to pass this option.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2095 class CreateThreatIntelSetRequest < Struct.new( :detector_id, :name, :format, :location, :activate, :client_token, :tags, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty account for which you
want to create a threatIntelSet
.
To find the detectorId
in the current Region, see the Settings
page in the GuardDuty console, or run the ListDetectors API.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2095 class CreateThreatIntelSetRequest < Struct.new( :detector_id, :name, :format, :location, :activate, :client_token, :tags, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#expected_bucket_owner ⇒ String
The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2095 class CreateThreatIntelSetRequest < Struct.new( :detector_id, :name, :format, :location, :activate, :client_token, :tags, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the file that contains the ThreatIntelSet.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2095 class CreateThreatIntelSetRequest < Struct.new( :detector_id, :name, :format, :location, :activate, :client_token, :tags, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The URI of the file that contains the ThreatIntelSet.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2095 class CreateThreatIntelSetRequest < Struct.new( :detector_id, :name, :format, :location, :activate, :client_token, :tags, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2095 class CreateThreatIntelSetRequest < Struct.new( :detector_id, :name, :format, :location, :activate, :client_token, :tags, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to be added to a new threat list resource.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2095 class CreateThreatIntelSetRequest < Struct.new( :detector_id, :name, :format, :location, :activate, :client_token, :tags, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |