CdkCommands
- class aws_cdk.cloud_assembly_schema.CdkCommands(*, deploy=None, destroy=None)
Bases:
object
Options for specific cdk commands that are run as part of the integration test workflow.
- Parameters:
deploy (
Union
[DeployCommand
,Dict
[str
,Any
],None
]) – Options to for the cdk deploy command. Default: - default deploy optionsdestroy (
Union
[DestroyCommand
,Dict
[str
,Any
],None
]) – Options to for the cdk destroy command. Default: - default destroy options
Attributes
- deploy
Options to for the cdk deploy command.
- Default:
default deploy options
- destroy
Options to for the cdk destroy command.
- Default:
default destroy options