Class CfnFunction.FunctionMetadataProperty
Contains metadata about a CloudFront function.
Inheritance
System.Object
CfnFunction.FunctionMetadataProperty
Implements
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FunctionMetadataProperty : Object, CfnFunction.IFunctionMetadataProperty
Syntax (vb)
Public Class FunctionMetadataProperty
Inherits Object
Implements 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
Constructors
FunctionMetadataProperty() |
Properties
FunctionArn | The Amazon Resource Name (ARN) of the function. |
Constructors
FunctionMetadataProperty()
public FunctionMetadataProperty()
Properties
FunctionArn
The Amazon Resource Name (ARN) of the function.
public string FunctionArn { get; set; }
Property Value
System.String
Remarks
The ARN uniquely identifies the function.