accessanalyzer_create_analyzer: Creates an analyzer for your account

View source: R/accessanalyzer_operations.R

accessanalyzer_create_analyzerR Documentation

Creates an analyzer for your account

Description

Creates an analyzer for your account.

See https://www.paws-r-sdk.com/docs/accessanalyzer_create_analyzer/ for full documentation.

Usage

accessanalyzer_create_analyzer(
  analyzerName,
  type,
  archiveRules = NULL,
  tags = NULL,
  clientToken = NULL
)

Arguments

analyzerName

[required] The name of the analyzer to create.

type

[required] The type of analyzer to create. Only ACCOUNT and ORGANIZATION analyzers are supported. You can create only one analyzer per account per Region. You can create up to 5 analyzers per organization per Region.

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

The tags to apply to the analyzer.

clientToken

A client token.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.