aws.ecr.get_registry_scanning_configuration
Example SQL Queries
SELECT * FROMaws.ecr.get_registry_scanning_configuration;Description
Retrieves the scanning configuration for a registry.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| registry_id The registry ID associated with the request. | VARCHAR |
| scanning_configuration The scanning configuration for the registry. | STRUCT( |
Show child fields
| |