Class: Aws::Macie2::Types::CreateAllowListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::CreateAllowListRequest
- 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
-
#client_token ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
-
#criteria ⇒ Types::AllowListCriteria
Specifies the criteria for an allow list.
- #description ⇒ String
- #name ⇒ String
-
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.
Instance Attribute Details
#client_token ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
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 |
#criteria ⇒ Types::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 |
#description ⇒ 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 |
#name ⇒ 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 |
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.
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 |