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