Class RedactionLambda
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.hsiehshujeng.cdk.comprehend.s3olap.RedactionLambda
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-06-25T01:32:09.411Z") @Stability(Stable) public class RedactionLambda extends software.constructs.Construct
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRedactionLambda.BuilderA fluent builder forRedactionLambda.
-
Constructor Summary
Constructors Modifier Constructor Description protectedRedactionLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedRedactionLambda(software.amazon.jsii.JsiiObjectRef objRef)RedactionLambda(software.constructs.Construct scope, String id)RedactionLambda(software.constructs.Construct scope, String id, RedactionLambdaProps props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStackName()The name of the underlying resoure in 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
-
RedactionLambda
protected RedactionLambda(software.amazon.jsii.JsiiObjectRef objRef)
-
RedactionLambda
protected RedactionLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
RedactionLambda
@Stability(Stable) public RedactionLambda(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable RedactionLambdaProps props)- Parameters:
scope- This parameter is required.id- This parameter is required.props-
-
RedactionLambda
@Stability(Stable) public RedactionLambda(@NotNull software.constructs.Construct scope, @NotNull String id)- Parameters:
scope- This parameter is required.id- This parameter is required.
-
-
Method Detail
-
getStackName
@Stability(Stable) @NotNull public String getStackName()
The name of the underlying resoure in the serverless application.
-
-