Class: Aws::Macie2::Types::CreateAllowListRequest

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

Overview

Specifies the settings for an allow list. When Amazon Macie processes the request, Macie tests the list’s criteria. If the criteria specify a regular expression that Macie can’t compile or an S3 object that Macie can’t retrieve or parse, an error occurs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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

Returns:

  • (String)


1213
1214
1215
1216
1217
1218
1219
1220
1221
# File 'lib/aws-sdk-macie2/types.rb', line 1213

class CreateAllowListRequest < Struct.new(
  :client_token,
  :criteria,
  :description,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#criteriaTypes::AllowListCriteria

Specifies the criteria for an allow list. The criteria must specify a regular expression (regex) or an S3 object (s3WordsList). It can’t specify both.



1213
1214
1215
1216
1217
1218
1219
1220
1221
# File 'lib/aws-sdk-macie2/types.rb', line 1213

class CreateAllowListRequest < Struct.new(
  :client_token,
  :criteria,
  :description,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Returns:

  • (String)


1213
1214
1215
1216
1217
1218
1219
1220
1221
# File 'lib/aws-sdk-macie2/types.rb', line 1213

class CreateAllowListRequest < Struct.new(
  :client_token,
  :criteria,
  :description,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


1213
1214
1215
1216
1217
1218
1219
1220
1221
# File 'lib/aws-sdk-macie2/types.rb', line 1213

class CreateAllowListRequest < Struct.new(
  :client_token,
  :criteria,
  :description,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.

Returns:

  • (Hash<String,String>)


1213
1214
1215
1216
1217
1218
1219
1220
1221
# File 'lib/aws-sdk-macie2/types.rb', line 1213

class CreateAllowListRequest < Struct.new(
  :client_token,
  :criteria,
  :description,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end