Interface CfnAccessPoint.AwsLambdaProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnAccessPoint.AwsLambdaProperty.Jsii$Proxy
- Enclosing class:
- CfnAccessPoint
@Stability(Stable)
public static interface CfnAccessPoint.AwsLambdaProperty
extends software.amazon.jsii.JsiiSerializable
Example:
 
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.s3objectlambda.*;
 AwsLambdaProperty awsLambdaProperty = AwsLambdaProperty.builder()
         .functionArn("functionArn")
         // the properties below are optional
         .functionPayload("functionPayload")
         .build();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAccessPoint.AwsLambdaPropertystatic final classAn implementation forCfnAccessPoint.AwsLambdaProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getFunctionArnCfnAccessPoint.AwsLambdaProperty.FunctionArn.
- 
getFunctionPayloadCfnAccessPoint.AwsLambdaProperty.FunctionPayload.
- 
builder
 
-