public static final class IntegTestCaseProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegTestCaseProps
IntegTestCaseProps
IntegTestCaseProps.Builder, IntegTestCaseProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getAllowDestroy()
List of CloudFormation resource types in this stack that can be destroyed as part of an update without failing the test.
|
CdkCommands |
getCdkCommandOptions()
Additional options to use for each CDK command.
|
java.lang.Boolean |
getDiffAssets()
Whether or not to include asset hashes in the diff Asset hashes can introduces a lot of unneccessary noise into tests, but there are some cases where asset hashes _should_ be included.
|
Hooks |
getHooks()
Additional commands to run at predefined points in the test workflow.
|
java.util.List<java.lang.String> |
getRegions()
Limit deployment to these regions.
|
java.util.List<Stack> |
getStacks()
(experimental) Stacks to be deployed during the test.
|
java.lang.Boolean |
getStackUpdateWorkflow()
Run update workflow on this test case This should only be set to false to test scenarios that are not possible to test as part of the update workflow.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<Stack> getStacks()
IntegTestCaseProps
getStacks
in interface IntegTestCaseProps
public final java.util.List<java.lang.String> getAllowDestroy()
TestOptions
This list should only include resources that for this specific integration test we are sure will not cause errors or an outage if destroyed. For example, maybe we know that a new resource will be created first before the old resource is destroyed which prevents any outage.
e.g. ['AWS::IAM::Role']
Default: - do not allow destruction of any resources on update
getAllowDestroy
in interface TestOptions
public final CdkCommands getCdkCommandOptions()
TestOptions
Default: - runner default options
getCdkCommandOptions
in interface TestOptions
public final java.lang.Boolean getDiffAssets()
TestOptions
For example any tests involving custom resources or bundling
Default: false
getDiffAssets
in interface TestOptions
public final Hooks getHooks()
TestOptions
e.g. { postDeploy: ['yarn', 'test'] }
Default: - no hooks
getHooks
in interface TestOptions
public final java.util.List<java.lang.String> getRegions()
TestOptions
Default: - can run in any region
getRegions
in interface TestOptions
public final java.lang.Boolean getStackUpdateWorkflow()
TestOptions
Default: true
getStackUpdateWorkflow
in interface TestOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()