Interface LambdaArnCaptorResourceProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LambdaArnCaptorResourceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.60.1 (build 2799dc8)", date="2022-06-12T09:44:01.755Z") @Stability(Stable) public interface LambdaArnCaptorResourceProps extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLambdaArnCaptorResourceProps.BuilderA builder forLambdaArnCaptorResourcePropsstatic classLambdaArnCaptorResourceProps.Jsii$ProxyAn implementation forLambdaArnCaptorResourceProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LambdaArnCaptorResourceProps.Builderbuilder()StringgetPartialLambdaName()The partial fixed name of the gemeral Lambda function created from the serverless application.StringgetRoleName()the name of the corresponding IAM role.
-
-
-
Method Detail
-
getPartialLambdaName
@Stability(Stable) @NotNull String getPartialLambdaName()
The partial fixed name of the gemeral Lambda function created from the serverless application.
-
getRoleName
@Stability(Stable) @NotNull String getRoleName()
the name of the corresponding IAM role.
-
builder
@Stability(Stable) static LambdaArnCaptorResourceProps.Builder builder()
-
-