@Stability(value=Stable)
public static interface CfnAccessPoint.AwsLambdaProperty
extends software.amazon.jsii.JsiiSerializable
// 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAccessPoint.AwsLambdaProperty.Builder
A builder for
CfnAccessPoint.AwsLambdaProperty |
static class |
CfnAccessPoint.AwsLambdaProperty.Jsii$Proxy
An implementation for
CfnAccessPoint.AwsLambdaProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAccessPoint.AwsLambdaProperty.Builder |
builder() |
String |
getFunctionArn()
`CfnAccessPoint.AwsLambdaProperty.FunctionArn`.
|
default String |
getFunctionPayload()
`CfnAccessPoint.AwsLambdaProperty.FunctionPayload`.
|
@Stability(value=Stable) @NotNull String getFunctionArn()
@Stability(value=Stable) @Nullable default String getFunctionPayload()
@Stability(value=Stable) static CfnAccessPoint.AwsLambdaProperty.Builder builder()
Copyright © 2023. All rights reserved.