aws.ecr.get_account_setting
Example SQL Queries
SELECT * FROMaws.ecr.get_account_settingWHERE"name" = 'VALUE';Description
Retrieves the basic scan type version name.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column Retrieves the basic scan type version name. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| value Retrieves the value that specifies what basic scan type is being used: AWS_NATIVE or CLAIR. | VARCHAR |