

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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::SecurityAgent::Pentest Actor
<a name="aws-properties-securityagent-pentest-actor"></a>

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
<a name="aws-properties-securityagent-pentest-actor-syntax"></a>

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

### JSON
<a name="aws-properties-securityagent-pentest-actor-syntax.json"></a>

```
{
  "[Authentication](#cfn-securityagent-pentest-actor-authentication)" : {{Authentication}},
  "[Description](#cfn-securityagent-pentest-actor-description)" : {{String}},
  "[Identifier](#cfn-securityagent-pentest-actor-identifier)" : {{String}},
  "[Uris](#cfn-securityagent-pentest-actor-uris)" : {{[ String, ... ]}}
}
```

### YAML
<a name="aws-properties-securityagent-pentest-actor-syntax.yaml"></a>

```
  [Authentication](#cfn-securityagent-pentest-actor-authentication): {{
    Authentication}}
  [Description](#cfn-securityagent-pentest-actor-description): {{String}}
  [Identifier](#cfn-securityagent-pentest-actor-identifier): {{String}}
  [Uris](#cfn-securityagent-pentest-actor-uris): {{
    - String}}
```

## Properties
<a name="aws-properties-securityagent-pentest-actor-properties"></a>

`Authentication`  <a name="cfn-securityagent-pentest-actor-authentication"></a>
The authentication configuration for the actor.  
*Required*: No  
*Type*: [Authentication](aws-properties-securityagent-pentest-authentication.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Description`  <a name="cfn-securityagent-pentest-actor-description"></a>
A description of the actor.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Identifier`  <a name="cfn-securityagent-pentest-actor-identifier"></a>
The unique identifier for the actor.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Uris`  <a name="cfn-securityagent-pentest-actor-uris"></a>
The list of URIs that the actor targets during testing.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)