AWS::SecurityAgent::Pentest Assets - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SecurityAgent::Pentest Assets

The collection of assets used in a pentest configuration, including endpoints, actors, documents, source code repositories, and integrated repositories.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Actors" : [ Actor, ... ], "Documents" : [ DocumentInfo, ... ], "Endpoints" : [ Endpoint, ... ], "IntegratedRepositories" : [ IntegratedRepository, ... ], "SourceCode" : [ SourceCodeRepository, ... ] }

Properties

Actors

The list of actors used during penetration testing.

Required: No

Type: Array of Actor

Update requires: No interruption

Documents

The list of documents that provide context for the pentest.

Required: No

Type: Array of DocumentInfo

Update requires: No interruption

Endpoints

The list of endpoints to test during the pentest.

Required: No

Type: Array of Endpoint

Update requires: No interruption

IntegratedRepositories

The list of integrated repositories associated with the pentest.

Required: No

Type: Array of IntegratedRepository

Update requires: No interruption

SourceCode

The list of source code repositories to analyze during the pentest.

Required: No

Type: Array of SourceCodeRepository

Update requires: No interruption