Skip to content

Put Account Setting

ecr_put_account_setting R Documentation

Allows you to change the basic scan type version by setting the name parameter to either CLAIR to AWS_NATIVE

Description

Allows you to change the basic scan type version by setting the name parameter to either CLAIR to AWS_NATIVE.

Usage

ecr_put_account_setting(name, value)

Arguments

name

[required] Basic scan type version name.

value

[required] Setting value that determines what basic scan type is being used: AWS_NATIVE or CLAIR.

Value

A list with the following syntax:

list(
  name = "string",
  value = "string"
)

Request syntax

svc$put_account_setting(
  name = "string",
  value = "string"
)