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.

Container for the parameters to the DescribeFunction operation. Gets configuration information and metadata about a CloudFront function, but not the function's code. To get a function's code, use GetFunction.

To get configuration information and metadata about a function, you must provide the function's name and stage. To get these values, you can use ListFunctions.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudFront.AmazonCloudFrontRequest
      Amazon.CloudFront.Model.DescribeFunctionRequest

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

Syntax

C#
public class DescribeFunctionRequest : AmazonCloudFrontRequest
         IAmazonWebServiceRequest

The DescribeFunctionRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeFunctionRequest()

Properties

NameTypeDescription
Public Property Name System.String

Gets and sets the property Name.

The name of the function that you are getting information about.

Public Property Stage Amazon.CloudFront.FunctionStage

Gets and sets the property Stage.

The function's stage, either DEVELOPMENT or LIVE.

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