@Stability(value=Stable)
public static interface CfnService.LambdaEndpointInputProperty
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.refactorspaces.*;
LambdaEndpointInputProperty lambdaEndpointInputProperty = LambdaEndpointInputProperty.builder()
.arn("arn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnService.LambdaEndpointInputProperty.Builder
A builder for
CfnService.LambdaEndpointInputProperty |
static class |
CfnService.LambdaEndpointInputProperty.Jsii$Proxy
An implementation for
CfnService.LambdaEndpointInputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnService.LambdaEndpointInputProperty.Builder |
builder() |
String |
getArn()
The Amazon Resource Name (ARN) of the Lambda function or alias.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) static CfnService.LambdaEndpointInputProperty.Builder builder()
Copyright © 2023. All rights reserved.