SynthesisOptions
Options for synthesis.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.SynthesisOptions {
RuntimeInfo: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi.RuntimeInfo,
Outdir: *string,
SkipValidation: *bool,
}
Properties
Name | Type | Description |
---|---|---|
RuntimeInfo |
github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi.RuntimeInfo |
Include the specified runtime information (module versions) in manifest. |
Outdir |
*string |
The output directory into which to synthesize the cloud assembly. |
SkipValidation |
*bool |
Whether synthesis should skip the validation phase. |
~~RuntimeInfo
~~Optional
- Deprecated: use
app.synth()
orstage.synth()
instead
RuntimeInfo RuntimeInfo
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi.RuntimeInfo
- Default: if this option is not specified, runtime info will not be included
Include the specified runtime information (module versions) in manifest.
~~Outdir
~~Optional
- Deprecated: use
app.synth()
orstage.synth()
instead
Outdir *string
- Type: *string
- Default: creates a temporary directory
The output directory into which to synthesize the cloud assembly.
~~SkipValidation
~~Optional
- Deprecated: use
app.synth()
orstage.synth()
instead
SkipValidation *bool
- Type: *bool
- Default: false
Whether synthesis should skip the validation phase.