interface TreeArtifactProperties
Language | Type name |
---|---|
![]() | Amazon.CDK.cloud_assembly_schema.TreeArtifactProperties |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/cloudassemblyschema#TreeArtifactProperties |
![]() | software.amazon.awscdk.cloud_assembly_schema.TreeArtifactProperties |
![]() | aws_cdk.cloud_assembly_schema.TreeArtifactProperties |
![]() | aws-cdk-lib » cloud_assembly_schema » TreeArtifactProperties |
Artifact properties for the Construct Tree Artifact.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { cloud_assembly_schema } from 'aws-cdk-lib';
const treeArtifactProperties: cloud_assembly_schema.TreeArtifactProperties = {
file: 'file',
};
Properties
Name | Type | Description |
---|---|---|
file | string | Filename of the tree artifact. |
file
Type:
string
Filename of the tree artifact.