Class: Aws::GuardDuty::Types::CreateTrustedEntitySetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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 trusted entity set.

Returns:

  • (Boolean)


2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2190

class CreateTrustedEntitySetRequest < Struct.new(
  :detector_id,
  :name,
  :format,
  :location,
  :expected_bucket_owner,
  :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)


2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2190

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

#detector_idString

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

To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

Returns:

  • (String)


2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2190

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

#expected_bucket_ownerString

The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.

Returns:

  • (String)


2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2190

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

#formatString

The format of the file that contains the trusted entity set.

Returns:

  • (String)


2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2190

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

#locationString

The URI of the file that contains the threat entity set. The format of the Location URL must be a valid Amazon S3 URL format. Invalid URL formats will result in an error, regardless of whether you activate the entity set or not. For more information about format of the location URLs, see Format of location URL under Step 2: Adding trusted or threat intelligence data in the Amazon GuardDuty User Guide.

Returns:

  • (String)


2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2190

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

#nameString

A user-friendly name to identify the trusted entity set.

The name of your list can include lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).

Returns:

  • (String)


2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2190

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

#tagsHash<String,String>

The tags to be added to a new trusted entity set resource.

Returns:

  • (Hash<String,String>)


2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2190

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