Class: Aws::SecurityHub::Types::StringListConfigurationOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#default_valueArray<String>

The Security Hub default value for a control parameter that is a list of strings.

Returns:

  • (Array<String>)


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_descriptionString

The description of the RE2 regular expression.

Returns:

  • (String)


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_itemsInteger

The maximum number of list items that a string list control parameter can accept.

Returns:

  • (Integer)


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_expressionString

An RE2 regular expression that Security Hub uses to validate a user-provided list of strings for a control parameter.

Returns:

  • (String)


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