Inspector2#
Client#
- class Inspector2.Client#
A low-level client representing Inspector2
Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.
import boto3 client = boto3.client('inspector2')
These are the available methods:
- associate_member
- batch_get_account_status
- batch_get_code_snippet
- batch_get_finding_details
- batch_get_free_trial_info
- batch_get_member_ec2_deep_inspection_status
- batch_update_member_ec2_deep_inspection_status
- can_paginate
- cancel_findings_report
- cancel_sbom_export
- close
- create_cis_scan_configuration
- create_filter
- create_findings_report
- create_sbom_export
- delete_cis_scan_configuration
- delete_filter
- describe_organization_configuration
- disable
- disable_delegated_admin_account
- disassociate_member
- enable
- enable_delegated_admin_account
- get_cis_scan_report
- get_cis_scan_result_details
- get_configuration
- get_delegated_admin_account
- get_ec2_deep_inspection_configuration
- get_encryption_key
- get_findings_report_status
- get_member
- get_paginator
- get_sbom_export
- get_waiter
- list_account_permissions
- list_cis_scan_configurations
- list_cis_scan_results_aggregated_by_checks
- list_cis_scan_results_aggregated_by_target_resource
- list_cis_scans
- list_coverage
- list_coverage_statistics
- list_delegated_admin_accounts
- list_filters
- list_finding_aggregations
- list_findings
- list_members
- list_tags_for_resource
- list_usage_totals
- reset_encryption_key
- search_vulnerabilities
- send_cis_session_health
- send_cis_session_telemetry
- start_cis_session
- stop_cis_session
- tag_resource
- untag_resource
- update_cis_scan_configuration
- update_configuration
- update_ec2_deep_inspection_configuration
- update_encryption_key
- update_filter
- update_org_ec2_deep_inspection_configuration
- update_organization_configuration
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
- GetCisScanResultDetails
- ListAccountPermissions
- ListCisScanConfigurations
- ListCisScanResultsAggregatedByChecks
- ListCisScanResultsAggregatedByTargetResource
- ListCisScans
- ListCoverage
- ListCoverageStatistics
- ListDelegatedAdminAccounts
- ListFilters
- ListFindingAggregations
- ListFindings
- ListMembers
- ListUsageTotals
- SearchVulnerabilities