_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( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
filter_criteria
The filter criteria associated with the report. | STRUCT( "aws_account_id" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "code_vulnerability_detector_name" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "code_vulnerability_detector_tags" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "code_vulnerability_file_path" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "component_id" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "component_type" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "ec2_instance_image_id" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "ec2_instance_subnet_id" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "ec2_instance_vpc_id" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "ecr_image_architecture" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "ecr_image_hash" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "ecr_image_pushed_at" STRUCT( "end_inclusive" TIMESTAMP_S, "start_inclusive" TIMESTAMP_S )[], "ecr_image_registry" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "ecr_image_repository_name" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "ecr_image_tags" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "epss_score" STRUCT( "lower_inclusive" DOUBLE, "upper_inclusive" DOUBLE )[], "exploit_available" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "finding_arn" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "finding_status" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "finding_type" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "first_observed_at" STRUCT( "end_inclusive" TIMESTAMP_S, "start_inclusive" TIMESTAMP_S )[], "fix_available" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "inspector_score" STRUCT( "lower_inclusive" DOUBLE, "upper_inclusive" DOUBLE )[], "lambda_function_execution_role_arn" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "lambda_function_last_modified_at" STRUCT( "end_inclusive" TIMESTAMP_S, "start_inclusive" TIMESTAMP_S )[], "lambda_function_layers" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "lambda_function_name" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "lambda_function_runtime" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "last_observed_at" STRUCT( "end_inclusive" TIMESTAMP_S, "start_inclusive" TIMESTAMP_S )[], "network_protocol" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "port_range" STRUCT( "begin_inclusive" BIGINT, "end_inclusive" BIGINT )[], "related_vulnerabilities" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "resource_id" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "resource_tags" STRUCT( "comparison" VARCHAR, "key" VARCHAR, "value" VARCHAR )[], "resource_type" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "severity" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "title" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "updated_at" STRUCT( "end_inclusive" TIMESTAMP_S, "start_inclusive" TIMESTAMP_S )[], "vendor_severity" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "vulnerability_id" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "vulnerability_source" STRUCT( "comparison" VARCHAR, "value" VARCHAR )[], "vulnerable_packages" STRUCT( "architecture" STRUCT( "comparison" VARCHAR, "value" VARCHAR ), "epoch" STRUCT( "lower_inclusive" DOUBLE, "upper_inclusive" DOUBLE ), "name" STRUCT( "comparison" VARCHAR, "value" VARCHAR ), "release" STRUCT( "comparison" VARCHAR, "value" VARCHAR ), "source_lambda_layer_arn" STRUCT( "comparison" VARCHAR, "value" VARCHAR ), "source_layer_hash" STRUCT( "comparison" VARCHAR, "value" VARCHAR ), "version" STRUCT( "comparison" VARCHAR, "value" VARCHAR ) )[] ) |