interface SourceCodeRepositoryProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SecurityAgent.CfnPentest.SourceCodeRepositoryProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityagent#CfnPentest_SourceCodeRepositoryProperty |
Java | software.amazon.awscdk.services.securityagent.CfnPentest.SourceCodeRepositoryProperty |
Python | aws_cdk.aws_securityagent.CfnPentest.SourceCodeRepositoryProperty |
TypeScript | aws-cdk-lib » aws_securityagent » CfnPentest » SourceCodeRepositoryProperty |
A source code archive stored in S3 for analysis during the pentest.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityagent as securityagent } from 'aws-cdk-lib';
const sourceCodeRepositoryProperty: securityagent.CfnPentest.SourceCodeRepositoryProperty = {
s3Location: 's3Location',
};
Properties
| Name | Type | Description |
|---|---|---|
| s3 | string | S3 source code location. |
s3Location?
Type:
string
(optional)
S3 source code location.

.NET
Go
Java
Python
TypeScript