Class LambdaArnCaptorResourceProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.hsiehshujeng.cdk.comprehend.s3olap.LambdaArnCaptorResourceProps.Jsii$Proxy
-
- All Implemented Interfaces:
LambdaArnCaptorResourceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LambdaArnCaptorResourceProps
@Stability(Stable) @Internal public static final class LambdaArnCaptorResourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaArnCaptorResourceProps
An implementation forLambdaArnCaptorResourceProps
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.hsiehshujeng.cdk.comprehend.s3olap.LambdaArnCaptorResourceProps
LambdaArnCaptorResourceProps.Builder, LambdaArnCaptorResourceProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LambdaArnCaptorResourceProps.Builder builder)Constructor that initializes the object based on literal property values passed by theLambdaArnCaptorResourceProps.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)StringgetPartialLambdaName()The partial fixed name of the gemeral Lambda function created from the serverless application.StringgetRoleName()the name of the corresponding IAM role.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(LambdaArnCaptorResourceProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theLambdaArnCaptorResourceProps.Builder.
-
-
Method Detail
-
getPartialLambdaName
public final String getPartialLambdaName()
Description copied from interface:LambdaArnCaptorResourcePropsThe partial fixed name of the gemeral Lambda function created from the serverless application.- Specified by:
getPartialLambdaNamein interfaceLambdaArnCaptorResourceProps
-
getRoleName
public final String getRoleName()
Description copied from interface:LambdaArnCaptorResourcePropsthe name of the corresponding IAM role.- Specified by:
getRoleNamein interfaceLambdaArnCaptorResourceProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-