TreeArtifactProperties
Artifact properties for the Construct Tree Artifact.
Initializer
import { TreeArtifactProperties } from '@alicloud/ros-cdk-assembly-schema'
const treeArtifactProperties: TreeArtifactProperties = { ... }
Properties
Name | Type | Description |
---|---|---|
file |
string |
Filename of the tree artifact. |
file
Required
public readonly file: string;
- Type: string
Filename of the tree artifact.