Interface CfnFunction.IFunctionMetadataProperty
Contains metadata about a CloudFront function.
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFunction.IFunctionMetadataProperty
Syntax (vb)
Public Interface CfnFunction.IFunctionMetadataProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CloudFront;
var functionMetadataProperty = new FunctionMetadataProperty {
FunctionArn = "functionArn"
};
Synopsis
Properties
| FunctionArn | The Amazon Resource Name (ARN) of the function. |
Properties
FunctionArn
The Amazon Resource Name (ARN) of the function.
string? FunctionArn { get; }
Property Value
Remarks
The ARN uniquely identifies the function.