Class IntegManifest.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.amazon.awscdk.cloudassembly.schema.IntegManifest.Jsii$Proxy
-
- All Implemented Interfaces:
IntegManifest,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IntegManifest
@Stability(Stable) @Internal public static final class IntegManifest.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegManifest
An implementation forIntegManifest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.amazon.awscdk.cloudassembly.schema.IntegManifest
IntegManifest.Builder, IntegManifest.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IntegManifest.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegManifest.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)BooleangetEnableLookups()Enable lookups for this test.Map<String,String>getSynthContext()Additional context to use when performing a synth.Map<String,TestCase>getTestCases()test cases.StringgetVersion()Version of the manifest.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IntegManifest.Builder builder)
Constructor that initializes the object based on literal property values passed by theIntegManifest.Builder.
-
-
Method Detail
-
getTestCases
public final Map<String,TestCase> getTestCases()
Description copied from interface:IntegManifesttest cases.- Specified by:
getTestCasesin interfaceIntegManifest
-
getVersion
public final String getVersion()
Description copied from interface:IntegManifestVersion of the manifest.- Specified by:
getVersionin interfaceIntegManifest
-
getEnableLookups
public final Boolean getEnableLookups()
Description copied from interface:IntegManifestEnable lookups for this test.If lookups are enabled then
stackUpdateWorkflowmust be set to false. Lookups should only be enabled when you are explicitly testing lookups.Default: false
- Specified by:
getEnableLookupsin interfaceIntegManifest
-
getSynthContext
public final Map<String,String> getSynthContext()
Description copied from interface:IntegManifestAdditional context to use when performing a synth.Any context provided here will override any default context
Default: - no additional context
- Specified by:
getSynthContextin interfaceIntegManifest
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-