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