SecurityAgent¶
Client¶
- class SecurityAgent.Client¶
A low-level client representing AWS Security Agent
AWS Security Agent is a frontier agent that proactively secures your applications throughout the development lifecycle. It conducts automated security reviews tailored to your organizational requirements and delivers context-aware penetration testing on demand. By continuously validating security from design to deployment, AWS Security Agent helps prevent vulnerabilities early across all your environments. Key capabilities include design security review for architecture documents, code security review for pull requests in connected repositories, and on-demand penetration testing that discovers, validates, and remediates security vulnerabilities through tailored multi-step attack scenarios. For more information, see the AWS Security Agent User Guide.
import boto3 client = boto3.client('securityagent')
These are the available methods:
- add_artifact
- batch_delete_code_reviews
- batch_delete_pentests
- batch_get_agent_spaces
- batch_get_artifact_metadata
- batch_get_code_review_job_tasks
- batch_get_code_review_jobs
- batch_get_code_reviews
- batch_get_findings
- batch_get_pentest_job_tasks
- batch_get_pentest_jobs
- batch_get_pentests
- batch_get_target_domains
- can_paginate
- close
- create_agent_space
- create_application
- create_code_review
- create_integration
- create_membership
- create_pentest
- create_target_domain
- delete_agent_space
- delete_application
- delete_artifact
- delete_integration
- delete_membership
- delete_target_domain
- get_application
- get_artifact
- get_integration
- get_paginator
- get_waiter
- initiate_provider_registration
- list_agent_spaces
- list_applications
- list_artifacts
- list_code_review_job_tasks
- list_code_review_jobs_for_code_review
- list_code_reviews
- list_discovered_endpoints
- list_findings
- list_integrated_resources
- list_integrations
- list_memberships
- list_pentest_job_tasks
- list_pentest_jobs_for_pentest
- list_pentests
- list_tags_for_resource
- list_target_domains
- start_code_remediation
- start_code_review_job
- start_pentest_job
- stop_code_review_job
- stop_pentest_job
- tag_resource
- untag_resource
- update_agent_space
- update_application
- update_code_review
- update_finding
- update_integrated_resources
- update_pentest
- update_target_domain
- verify_target_domain
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: