ISynthesisSession
- Implemented By: ISynthesisSession
Represents a single session of synthesis.
Passed into Construct.synthesize()
methods.
Properties
Name | Type | Description |
---|---|---|
Assembly |
github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi.CloudAssemblyBuilder |
Cloud assembly builder. |
Outdir |
*string |
The output directory for this synthesis session. |
ValidateOnSynth |
*bool |
Whether the stack should be validated after synthesis to check for error metadata. |
Assembly
Required
func Assembly() CloudAssemblyBuilder
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi.CloudAssemblyBuilder
Cloud assembly builder.
Outdir
Required
func Outdir() *string
- Type: *string
The output directory for this synthesis session.
ValidateOnSynth
Optional
func ValidateOnSynth() *bool
- Type: *bool
- Default: false
Whether the stack should be validated after synthesis to check for error metadata.