StageProps
Initialization props for a stage.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.StageProps {
Outdir: *string,
}
Properties
Name | Type | Description |
---|---|---|
Outdir |
*string |
The output directory into which to emit synthesized artifacts. |
Outdir
Optional
Outdir *string
- Type: *string
The output directory into which to emit synthesized artifacts.
Can only be specified if this stage is the root stage the app. If this is specified and this stage is nested within another stage, an error will be thrown.
Default - for nested stages, outdir will be determined as a relative directory to the outdir of the app. For apps, if outdir is not specified, a temporary directory will be created.