Security Control Parameter Configuration
data class SecurityControlParameterConfiguration(val value: SecurityControlParameterValue? = null, val valueType: SecurityControlParameterConfigurationValueType)
Constructors
Link copied to clipboard
constructor(value: SecurityControlParameterValue? = null, valueType: SecurityControlParameterConfigurationValueType)
Properties
Link copied to clipboard
The current value of a control parameter.
Link copied to clipboard
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 to DEFAULT , the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When ValueType is set equal to DEFAULT , Security Hub ignores user-provided input for the Value field. When ValueType is set equal to CUSTOM , the Value field can't be empty.