aws.inspector2.get_ec2_deep_inspection_configuration
Example SQL Queries
SELECT * FROMaws.inspector2.get_ec2_deep_inspection_configuration;Description
Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your account.
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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| error_message An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account. | VARCHAR |
| org_package_paths The Amazon Inspector deep inspection custom paths for your organization. | VARCHAR[] |
Show child fields
| |
| package_paths The Amazon Inspector deep inspection custom paths for your account. | VARCHAR[] |
Show child fields
| |
| status The activation status of Amazon Inspector deep inspection in your account. | VARCHAR |