Class: Aws::Macie2::Types::GetCustomDataIdentifierResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetCustomDataIdentifierResponse
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about the detection criteria and other settings for a custom data identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
-
#created_at ⇒ Time
-
#deleted ⇒ Boolean
-
#description ⇒ String
-
#id ⇒ String
-
#ignore_words ⇒ Array<String>
-
#keywords ⇒ Array<String>
-
#maximum_match_distance ⇒ Integer
-
#name ⇒ String
-
#regex ⇒ String
-
#severity_levels ⇒ Array<Types::SeverityLevel>
The severity to assign to findings that the custom data identifier produces, based on the number of occurrences of text that matches the custom data identifier's detection criteria.
-
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for a classification job, custom data identifier, findings filter, or member account.
Instance Attribute Details
#arn ⇒ String
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2836 class GetCustomDataIdentifierResponse < Struct.new( :arn, :created_at, :deleted, :description, :id, :ignore_words, :keywords, :maximum_match_distance, :name, :regex, :severity_levels, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2836 class GetCustomDataIdentifierResponse < Struct.new( :arn, :created_at, :deleted, :description, :id, :ignore_words, :keywords, :maximum_match_distance, :name, :regex, :severity_levels, :tags) SENSITIVE = [] include Aws::Structure end |
#deleted ⇒ Boolean
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2836 class GetCustomDataIdentifierResponse < Struct.new( :arn, :created_at, :deleted, :description, :id, :ignore_words, :keywords, :maximum_match_distance, :name, :regex, :severity_levels, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2836 class GetCustomDataIdentifierResponse < Struct.new( :arn, :created_at, :deleted, :description, :id, :ignore_words, :keywords, :maximum_match_distance, :name, :regex, :severity_levels, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2836 class GetCustomDataIdentifierResponse < Struct.new( :arn, :created_at, :deleted, :description, :id, :ignore_words, :keywords, :maximum_match_distance, :name, :regex, :severity_levels, :tags) SENSITIVE = [] include Aws::Structure end |
#ignore_words ⇒ Array<String>
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2836 class GetCustomDataIdentifierResponse < Struct.new( :arn, :created_at, :deleted, :description, :id, :ignore_words, :keywords, :maximum_match_distance, :name, :regex, :severity_levels, :tags) SENSITIVE = [] include Aws::Structure end |
#keywords ⇒ Array<String>
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2836 class GetCustomDataIdentifierResponse < Struct.new( :arn, :created_at, :deleted, :description, :id, :ignore_words, :keywords, :maximum_match_distance, :name, :regex, :severity_levels, :tags) SENSITIVE = [] include Aws::Structure end |
#maximum_match_distance ⇒ Integer
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2836 class GetCustomDataIdentifierResponse < Struct.new( :arn, :created_at, :deleted, :description, :id, :ignore_words, :keywords, :maximum_match_distance, :name, :regex, :severity_levels, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2836 class GetCustomDataIdentifierResponse < Struct.new( :arn, :created_at, :deleted, :description, :id, :ignore_words, :keywords, :maximum_match_distance, :name, :regex, :severity_levels, :tags) SENSITIVE = [] include Aws::Structure end |
#regex ⇒ String
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2836 class GetCustomDataIdentifierResponse < Struct.new( :arn, :created_at, :deleted, :description, :id, :ignore_words, :keywords, :maximum_match_distance, :name, :regex, :severity_levels, :tags) SENSITIVE = [] include Aws::Structure end |
#severity_levels ⇒ Array<Types::SeverityLevel>
The severity to assign to findings that the custom data identifier produces, based on the number of occurrences of text that matches the custom data identifier's detection criteria. You can specify as many as three SeverityLevel objects in this array, one for each severity: LOW, MEDIUM, or HIGH. If you specify more than one, the occurrences thresholds must be in ascending order by severity, moving from LOW to HIGH. For example, 1 for LOW, 50 for MEDIUM, and 100 for HIGH. If an S3 object contains fewer occurrences than the lowest specified threshold, Amazon Macie doesn't create a finding.
If you don't specify any values for this array, Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie automatically assigns the MEDIUM severity to those findings.
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2836 class GetCustomDataIdentifierResponse < Struct.new( :arn, :created_at, :deleted, :description, :id, :ignore_words, :keywords, :maximum_match_distance, :name, :regex, :severity_levels, :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 a classification job, custom data identifier, findings filter, or member account.
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2836 class GetCustomDataIdentifierResponse < Struct.new( :arn, :created_at, :deleted, :description, :id, :ignore_words, :keywords, :maximum_match_distance, :name, :regex, :severity_levels, :tags) SENSITIVE = [] include Aws::Structure end |