Security Control Parameter Configuration Args
data class SecurityControlParameterConfigurationArgs(val value: Output<SecurityControlParameterValueArgs>? = null, val valueType: Output<SecurityControlParameterConfigurationValueType>) : ConvertibleToJava<SecurityControlParameterConfigurationArgs>
Constructors
Link copied to clipboard
constructor(value: Output<SecurityControlParameterValueArgs>? = null, valueType: Output<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.