interface DocumentInfoProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SecurityAgent.CfnPentestPropsMixin.DocumentInfoProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssecurityagent#CfnPentestPropsMixin_DocumentInfoProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.securityagent.CfnPentestPropsMixin.DocumentInfoProperty |
Python | aws_cdk.cfn_property_mixins.aws_securityagent.CfnPentestPropsMixin.DocumentInfoProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_securityagent » CfnPentestPropsMixin » 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/cfn-property-mixins';
const documentInfoProperty: securityagent.CfnPentestPropsMixin.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