@Stability(value=Stable)
public static interface CfnAccessPoint.ContentTransformationProperty
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.*;
ContentTransformationProperty contentTransformationProperty = ContentTransformationProperty.builder()
.awsLambda(AwsLambdaProperty.builder()
.functionArn("functionArn")
// the properties below are optional
.functionPayload("functionPayload")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAccessPoint.ContentTransformationProperty.Builder
A builder for
CfnAccessPoint.ContentTransformationProperty |
static class |
CfnAccessPoint.ContentTransformationProperty.Jsii$Proxy
An implementation for
CfnAccessPoint.ContentTransformationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAccessPoint.ContentTransformationProperty.Builder |
builder() |
Object |
getAwsLambda()
`CfnAccessPoint.ContentTransformationProperty.AwsLambda`.
|
@Stability(value=Stable) @NotNull Object getAwsLambda()
@Stability(value=Stable) static CfnAccessPoint.ContentTransformationProperty.Builder builder()
Copyright © 2023. All rights reserved.