

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

Represents a document that provides context for security testing.

## Syntax
<a name="aws-properties-securityagent-pentest-documentinfo-syntax"></a>

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

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

```
{
  "[ArtifactId](#cfn-securityagent-pentest-documentinfo-artifactid)" : {{String}},
  "[S3Location](#cfn-securityagent-pentest-documentinfo-s3location)" : {{String}}
}
```

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

```
  [ArtifactId](#cfn-securityagent-pentest-documentinfo-artifactid): {{String}}
  [S3Location](#cfn-securityagent-pentest-documentinfo-s3location): {{String}}
```

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

`ArtifactId`  <a name="cfn-securityagent-pentest-documentinfo-artifactid"></a>
The unique identifier of the artifact associated with the document.  
*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)

`S3Location`  <a name="cfn-securityagent-pentest-documentinfo-s3location"></a>
The Amazon S3 location of the document.  
*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)