interface DocumentInfoProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SecurityAgent.CfnPentest.DocumentInfoProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityagent#CfnPentest_DocumentInfoProperty |
Java | software.amazon.awscdk.services.securityagent.CfnPentest.DocumentInfoProperty |
Python | aws_cdk.aws_securityagent.CfnPentest.DocumentInfoProperty |
TypeScript | aws-cdk-lib » aws_securityagent » CfnPentest » DocumentInfoProperty |
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 documentInfoProperty: securityagent.CfnPentest.DocumentInfoProperty = {
artifactId: 'artifactId',
s3Location: 's3Location',
};
Properties
| Name | Type | Description |
|---|---|---|
| artifact | string | |
| s3 | string |
artifactId?
Type:
string
(optional)
s3Location?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript