interface Hooks
Language | Type name |
---|---|
![]() | Amazon.CDK.CloudAssembly.Schema.Hooks |
![]() | software.amazon.awscdk.cloudassembly.schema.Hooks |
![]() | aws_cdk.cloud_assembly_schema.Hooks |
![]() | @aws-cdk/cloud-assembly-schema » Hooks |
Commands to run at predefined points during the integration test workflow.
Properties
Name | Type | Description |
---|---|---|
post | string[] | Commands to run prior after deploying the cdk stacks in the integration test. |
post | string[] | Commands to run after destroying the cdk stacks in the integration test. |
pre | string[] | Commands to run prior to deploying the cdk stacks in the integration test. |
pre | string[] | Commands to run prior to destroying the cdk stacks in the integration test. |
postDeploy?
Type:
string[]
(optional, default: no commands)
Commands to run prior after deploying the cdk stacks in the integration test.
postDestroy?
Type:
string[]
(optional, default: no commands)
Commands to run after destroying the cdk stacks in the integration test.
preDeploy?
Type:
string[]
(optional, default: no commands)
Commands to run prior to deploying the cdk stacks in the integration test.
preDestroy?
Type:
string[]
(optional, default: no commands)
Commands to run prior to destroying the cdk stacks in the integration test.