@Stability(value=Stable)
public static interface CfnFunction.FunctionMetadataProperty
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.cloudfront.*;
FunctionMetadataProperty functionMetadataProperty = FunctionMetadataProperty.builder()
.functionArn("functionArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.FunctionMetadataProperty.Builder
A builder for
CfnFunction.FunctionMetadataProperty |
static class |
CfnFunction.FunctionMetadataProperty.Jsii$Proxy
An implementation for
CfnFunction.FunctionMetadataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.FunctionMetadataProperty.Builder |
builder() |
default String |
getFunctionArn()
The Amazon Resource Name (ARN) of the function.
|
@Stability(value=Stable) @Nullable default String getFunctionArn()
The ARN uniquely identifies the function.
@Stability(value=Stable) static CfnFunction.FunctionMetadataProperty.Builder builder()
Copyright © 2022. All rights reserved.