View a markdown version of this page

AWS::SecurityAgent::Pentest Actor - 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 Actor

Represents an actor used during penetration testing. An actor defines a user or entity that interacts with the target application, including authentication credentials and target URIs.

Syntax

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

JSON

{ "Authentication" : Authentication, "Description" : String, "Identifier" : String, "Uris" : [ String, ... ] }

YAML

Authentication: Authentication Description: String Identifier: String Uris: - String

Properties

Authentication

The authentication configuration for the actor.

Required: No

Type: Authentication

Update requires: No interruption

Description

A description of the actor.

Required: No

Type: String

Update requires: No interruption

Identifier

The unique identifier for the actor.

Required: No

Type: String

Update requires: No interruption

Uris

The list of URIs that the actor targets during testing.

Required: No

Type: Array of String

Update requires: No interruption