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. |
AssemblyRequired
func Assembly() CloudAssemblyBuilder
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi.CloudAssemblyBuilder
Cloud assembly builder.
OutdirRequired
func Outdir() *string
- Type: *string
The output directory for this synthesis session.
ValidateOnSynthOptional
func ValidateOnSynth() *bool
- Type: *bool
- Default: false
Whether the stack should be validated after synthesis to check for error metadata.