Class LambdaArnCaptorCustomResource
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.hsiehshujeng.cdk.comprehend.s3olap.LambdaArnCaptorCustomResource
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.60.1 (build 2799dc8)", date="2022-06-12T09:44:01.754Z") @Stability(Stable) public class LambdaArnCaptorCustomResource extends software.constructs.Construct
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLambdaArnCaptorCustomResource.BuilderA fluent builder forLambdaArnCaptorCustomResource.
-
Constructor Summary
Constructors Modifier Constructor Description protectedLambdaArnCaptorCustomResource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedLambdaArnCaptorCustomResource(software.amazon.jsii.JsiiObjectRef objRef)LambdaArnCaptorCustomResource(software.constructs.Construct scope, String id, LambdaArnCaptorResourceProps props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLambdaArn()The ARN of the general Lambda function created from the serverless application.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
LambdaArnCaptorCustomResource
protected LambdaArnCaptorCustomResource(software.amazon.jsii.JsiiObjectRef objRef)
-
LambdaArnCaptorCustomResource
protected LambdaArnCaptorCustomResource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
LambdaArnCaptorCustomResource
@Stability(Stable) public LambdaArnCaptorCustomResource(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull LambdaArnCaptorResourceProps props)- Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-
Method Detail
-
getLambdaArn
@Stability(Stable) @NotNull public String getLambdaArn()
The ARN of the general Lambda function created from the serverless application.
-
-