

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

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

Represents a source code repository used for security analysis during a pentest.

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

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

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

```
{
  "[S3Location](#cfn-securityagent-pentest-sourcecoderepository-s3location)" : String
}
```

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

```
  [S3Location](#cfn-securityagent-pentest-sourcecoderepository-s3location): String
```

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

`S3Location`  <a name="cfn-securityagent-pentest-sourcecoderepository-s3location"></a>
The Amazon S3 location of the source code repository archive.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)