ParameterConfiguration
An object that provides the current value of a security control parameter and identifies whether it has been customized.
Contents
- ValueType
-
Identifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub behavior.
When
ValueType
is set equal toDEFAULT
, the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. WhenValueType
is set equal toDEFAULT
, Security Hub ignores user-provided input for theValue
field.When
ValueType
is set equal toCUSTOM
, theValue
field can't be empty.Type: String
Valid Values:
DEFAULT | CUSTOM
Required: Yes
- Value
-
The current value of a control parameter.
Type: ParameterValue object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: