IntegManifest
- class aws_cdk.cloud_assembly_schema.IntegManifest(*, test_cases, version, enable_lookups=None, synth_context=None)
Bases:
object
Definitions for the integration testing manifest.
- Parameters:
test_cases (
Mapping
[str
,Union
[TestCase
,Dict
[str
,Any
]]]) – test cases.version (
str
) – Version of the manifest.enable_lookups (
Optional
[bool
]) – Enable lookups for this test. If lookups are enabled thenstackUpdateWorkflow
must be set to false. Lookups should only be enabled when you are explicitely testing lookups. Default: falsesynth_context (
Optional
[Mapping
[str
,str
]]) – Additional context to use when performing a synth. Any context provided here will override any default context Default: - no additional context
Attributes
- enable_lookups
Enable lookups for this test.
If lookups are enabled then
stackUpdateWorkflow
must be set to false. Lookups should only be enabled when you are explicitely testing lookups.- Default:
false
- synth_context
Additional context to use when performing a synth.
Any context provided here will override any default context
- Default:
no additional context
- test_cases
test cases.
- version
Version of the manifest.