Skip to content

CloudAssemblyBuilderProps

Construction properties for CloudAssemblyBuilder.

Initializer

import { CloudAssemblyBuilderProps } from '@alicloud/ros-cdk-cxapi'
const cloudAssemblyBuilderProps: CloudAssemblyBuilderProps = { ... }

Properties

Name Type Description
assetOutdir string Use the given asset output directory.
parentBuilder CloudAssemblyBuilder If this builder is for a nested assembly, the parent assembly builder.

assetOutdirOptional

public readonly assetOutdir: string;
  • Type: string
  • Default: Same as the manifest outdir

Use the given asset output directory.


parentBuilderOptional

public readonly parentBuilder: CloudAssemblyBuilder;

If this builder is for a nested assembly, the parent assembly builder.