Interface CfnFunction.FunctionMetadataProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFunction.FunctionMetadataProperty.Jsii$Proxy
- Enclosing class:
CfnFunction
@Stability(Stable)
public static interface CfnFunction.FunctionMetadataProperty
extends software.amazon.jsii.JsiiSerializable
Contains metadata about a CloudFront function.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFunction.FunctionMetadataProperty
static final class
An implementation forCfnFunction.FunctionMetadataProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFunctionArn
The Amazon Resource Name (ARN) of the function.The ARN uniquely identifies the function.
-
builder
-