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 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.integtests.alpha.AssertionsProviderProps
AssertionsProviderProps.Builder, AssertionsProviderProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAssertionsProviderProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
(experimental) The handler to use for the lambda function.final RetentionDays
(experimental) How long, in days, the log contents will be retained.final String
getUuid()
(experimental) This determines the uniqueness of each AssertionsProvider.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theAssertionsProviderProps.Builder
.
-
-
Method Details
-
getUuid
Description 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:
getUuid
in interfaceAssertionsProviderProps
-
getHandler
Description copied from interface:LambdaFunctionProviderProps
(experimental) The handler to use for the lambda function.Default: index.handler
- Specified by:
getHandler
in interfaceLambdaFunctionProviderProps
-
getLogRetention
Description copied from interface:LambdaFunctionProviderProps
(experimental) How long, in days, the log contents will be retained.Default: - no retention days specified
- Specified by:
getLogRetention
in interfaceLambdaFunctionProviderProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-