Initializers
| Name | Type | Description |
|---|
Static Functions
| Name | Description |
|---|---|
app | Returns an app for testing with the following properties: - Output directory is a temp dir. |
enableFutureFlags | No description. |
fakeCdktfJsonPath | No description. |
fullSynth | No description. |
renderConstructTree | No description. |
setupJest | No description. |
stubVersion | No description. |
synth | Returns the Terraform synthesized JSON. |
synthHcl | Returns the Terraform synthesized JSON. |
synthScope | No description. |
toBeValidTerraform | No description. |
toHaveDataSource | No description. |
toHaveDataSourceWithProperties | No description. |
toHaveProvider | No description. |
toHaveProviderWithProperties | No description. |
toHaveResource | No description. |
toHaveResourceWithProperties | No description. |
app
optionsOptional
- Type: TestingAppConfig
enableFutureFlags
appRequired
- Type: App
fakeCdktfJsonPath
appRequired
- Type: App
fullSynth
stackRequired
- Type: TerraformStack
renderConstructTree
constructRequired
- Type: constructs.IConstruct
setupJest
stubVersion
appRequired
- Type: App
synth
stackRequired
- Type: TerraformStack
runValidationsOptional
- Type: boolean
synthHcl
stackRequired
- Type: TerraformStack
runValidationsOptional
- Type: boolean
returnMetadataOptional
- Type: boolean
synthScope
fnRequired
- Type: IScopeCallback
toBeValidTerraform
receivedRequired
- Type: string
toHaveDataSource
receivedRequired
- Type: string
resourceTypeRequired
- Type: string
toHaveDataSourceWithProperties
receivedRequired
- Type: string
resourceTypeRequired
- Type: string
propertiesOptional
- Type: {[ key: string ]: any}
toHaveProvider
receivedRequired
- Type: string
resourceTypeRequired
- Type: string
toHaveProviderWithProperties
receivedRequired
- Type: string
resourceTypeRequired
- Type: string
propertiesOptional
- Type: {[ key: string ]: any}
toHaveResource
receivedRequired
- Type: string
resourceTypeRequired
- Type: string
toHaveResourceWithProperties
receivedRequired
- Type: string
resourceTypeRequired
- Type: string
propertiesOptional
- Type: {[ key: string ]: any}