AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains metadata about a CloudFront function.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.FunctionMetadata

Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK.CloudFront.dll
Version: 3.x.y.z

Syntax

C#
public class FunctionMetadata

The FunctionMetadata type exposes the following members

Constructors

NameDescription
Public Method FunctionMetadata()

Properties

NameTypeDescription
Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The date and time when the function was created.

Public Property FunctionARN System.String

Gets and sets the property FunctionARN.

The Amazon Resource Name (ARN) of the function. The ARN uniquely identifies the function.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The date and time when the function was most recently updated.

Public Property Stage Amazon.CloudFront.FunctionStage

Gets and sets the property Stage.

The stage that the function is in, either DEVELOPMENT or LIVE.

When a function is in the DEVELOPMENT stage, you can test the function with TestFunction, and update it with UpdateFunction.

When a function is in the LIVE stage, you can attach the function to a distribution's cache behavior, using the function's ARN.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5