ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter constructor

Creates a new ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter. bool_ The bool value for a Boolean-typed Security Hub Control Parameter. double_ The float value for a Double-typed Security Hub Control Parameter. enum_ The string value for a Enum-typed Security Hub Control Parameter. enumList The string list value for a EnumList-typed Security Hub Control Parameter. int_ The int value for a Int-typed Security Hub Control Parameter. intList The int list value for a IntList-typed Security Hub Control Parameter. name The name of the control parameter. For more information see the Security Hub controls reference documentation. string_ The string value for a String-typed Security Hub Control Parameter. stringList The string list value for a StringList-typed Security Hub Control Parameter. valueType Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub behavior. Valid values: DEFAULT, CUSTOM.

Implementation

const ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter({
  this.bool_,
  this.double_,
  this.enum_,
  this.enumList,
  this.int_,
  this.intList,
  required this.name,
  this.string_,
  this.stringList,
  required this.valueType,
});