View source: R/accessanalyzer_operations.R
accessanalyzer_create_analyzer | R Documentation |
Creates an analyzer for your account.
See https://www.paws-r-sdk.com/docs/accessanalyzer_create_analyzer/ for full documentation.
accessanalyzer_create_analyzer(
analyzerName,
type,
archiveRules = NULL,
tags = NULL,
clientToken = NULL,
configuration = NULL
)
analyzerName |
[required] The name of the analyzer to create. |
type |
[required] The type of analyzer to create. Only |
archiveRules |
Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule. |
tags |
An array of key-value pairs to apply to the analyzer. |
clientToken |
A client token. |
configuration |
Specifies the configuration of the analyzer. If the analyzer is an unused access analyzer, the specified scope of unused access is used for the configuration. If the analyzer is an external access analyzer, this field is not used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.