View a markdown version of this page

AWS::SecurityAgent::Pentest Assets - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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