Class: Aws::SecurityHub::Types::StringListConfigurationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StringListConfigurationOptions
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The options for customizing a security control parameter that is a list of strings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_value ⇒ Array<String>
The Security Hub default value for a control parameter that is a list of strings.
-
#expression_description ⇒ String
The description of the RE2 regular expression.
-
#max_items ⇒ Integer
The maximum number of list items that a string list control parameter can accept.
-
#re_2_expression ⇒ String
An RE2 regular expression that Security Hub uses to validate a user-provided list of strings for a control parameter.
Instance Attribute Details
#default_value ⇒ Array<String>
The Security Hub default value for a control parameter that is a list of strings.
30564 30565 30566 30567 30568 30569 30570 30571 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30564 class StringListConfigurationOptions < Struct.new( :default_value, :re_2_expression, :max_items, :expression_description) SENSITIVE = [] include Aws::Structure end |
#expression_description ⇒ String
The description of the RE2 regular expression.
30564 30565 30566 30567 30568 30569 30570 30571 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30564 class StringListConfigurationOptions < Struct.new( :default_value, :re_2_expression, :max_items, :expression_description) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of list items that a string list control parameter can accept.
30564 30565 30566 30567 30568 30569 30570 30571 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30564 class StringListConfigurationOptions < Struct.new( :default_value, :re_2_expression, :max_items, :expression_description) SENSITIVE = [] include Aws::Structure end |
#re_2_expression ⇒ String
An RE2 regular expression that Security Hub uses to validate a user-provided list of strings for a control parameter.
30564 30565 30566 30567 30568 30569 30570 30571 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30564 class StringListConfigurationOptions < Struct.new( :default_value, :re_2_expression, :max_items, :expression_description) SENSITIVE = [] include Aws::Structure end |