View source: R/securityhub_operations.R
securityhub_create_configuration_policy | R Documentation |
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
)
Name |
[required] The name of the configuration policy. Alphanumeric characters and the
following ASCII characters are permitted: |
Description |
The description of the configuration policy. |
ConfigurationPolicy |
[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). |
Tags |
User-defined tags associated with a configuration policy. For more information, see Tagging Security Hub resources in the Security Hub user guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.