interface CdkCommands
Language | Type name |
---|---|
![]() | Amazon.CDK.CloudAssembly.Schema.CdkCommands |
![]() | software.amazon.awscdk.cloudassembly.schema.CdkCommands |
![]() | aws_cdk.cloud_assembly_schema.CdkCommands |
![]() | @aws-cdk/cloud-assembly-schema » CdkCommands |
Options for specific cdk commands that are run as part of the integration test workflow.
Properties
Name | Type | Description |
---|---|---|
deploy? | Deploy | Options to for the cdk deploy command. |
destroy? | Destroy | Options to for the cdk destroy command. |
deploy?
Type:
Deploy
(optional, default: default deploy options)
Options to for the cdk deploy command.
destroy?
Type:
Destroy
(optional, default: default destroy options)
Options to for the cdk destroy command.