Creates a configuration policy with the defined configuration. Only the Security Hub delegated administrator can invoke this operation from the home Region.
See https://www.paws-r-sdk.com/docs/securityhub_create_configuration_policy/ for full documentation.
securityhub_create_configuration_policy(
Name,
Description = NULL,
ConfigurationPolicy,
Tags = NULL
)
[required] The name of the configuration policy. Alphanumeric characters and the
following ASCII characters are permitted: -, ., !, *, /
.
The description of the configuration policy.
[required] An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
User-defined tags associated with a configuration policy. For more information, see Tagging Security Hub resources in the Security Hub user guide.