Update Organization Configuration
inspector2_update_organization_configuration | R Documentation |
Updates the configurations for your Amazon Inspector organization¶
Description¶
Updates the configurations for your Amazon Inspector organization.
Usage¶
Arguments¶
autoEnable
[required] Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.
Value¶
A list with the following syntax:
list(
autoEnable = list(
ec2 = TRUE|FALSE,
ecr = TRUE|FALSE,
lambda = TRUE|FALSE,
lambdaCode = TRUE|FALSE
)
)