Class AssertionsProviderProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.integtests.alpha.AssertionsProviderProps.Jsii$Proxy
- All Implemented Interfaces:
- AssertionsProviderProps,- LambdaFunctionProviderProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AssertionsProviderProps
@Stability(Experimental)
@Internal
public static final class AssertionsProviderProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AssertionsProviderProps
An implementation for 
AssertionsProviderProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.integtests.alpha.AssertionsProviderPropsAssertionsProviderProps.Builder, AssertionsProviderProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAssertionsProviderProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal String(experimental) The handler to use for the lambda function.final RetentionDays(experimental) How long, in days, the log contents will be retained.final StringgetUuid()(experimental) This determines the uniqueness of each AssertionsProvider.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theAssertionsProviderProps.Builder.
 
- 
- 
Method Details- 
getUuidDescription copied from interface:AssertionsProviderProps(experimental) This determines the uniqueness of each AssertionsProvider.You should only need to provide something different here if you know that you need a separate provider Default: - the default uuid is used - Specified by:
- getUuidin interface- AssertionsProviderProps
 
- 
getHandlerDescription copied from interface:LambdaFunctionProviderProps(experimental) The handler to use for the lambda function.Default: index.handler - Specified by:
- getHandlerin interface- LambdaFunctionProviderProps
 
- 
getLogRetentionDescription copied from interface:LambdaFunctionProviderProps(experimental) How long, in days, the log contents will be retained.Default: - no retention days specified - Specified by:
- getLogRetentionin interface- LambdaFunctionProviderProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-