ConfigurationOptions - AWS Security Hub

ConfigurationOptions

The options for customizing a security control parameter.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

Boolean

The options for customizing a security control parameter that is a boolean. For a boolean parameter, the options are true and false.

Type: BooleanConfigurationOptions object

Required: No

Double

The options for customizing a security control parameter that is a double.

Type: DoubleConfigurationOptions object

Required: No

Enum

The options for customizing a security control parameter that is an enum.

Type: EnumConfigurationOptions object

Required: No

EnumList

The options for customizing a security control parameter that is a list of enums.

Type: EnumListConfigurationOptions object

Required: No

Integer

The options for customizing a security control parameter that is an integer.

Type: IntegerConfigurationOptions object

Required: No

IntegerList

The options for customizing a security control parameter that is a list of integers.

Type: IntegerListConfigurationOptions object

Required: No

String

The options for customizing a security control parameter that is a string data type.

Type: StringConfigurationOptions object

Required: No

StringList

The options for customizing a security control parameter that is a list of strings.

Type: StringListConfigurationOptions object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: