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 the result of testing a CloudFront function with TestFunction.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.TestResult

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

Syntax

C#
public class TestResult

The TestResult type exposes the following members

Constructors

NameDescription
Public Method TestResult()

Properties

NameTypeDescription
Public Property ComputeUtilization System.String

Gets and sets the property ComputeUtilization.

The amount of time that the function took to run as a percentage of the maximum allowed time. For example, a compute utilization of 35 means that the function completed in 35% of the maximum allowed time.

Public Property FunctionErrorMessage System.String

Gets and sets the property FunctionErrorMessage.

If the result of testing the function was an error, this field contains the error message.

Public Property FunctionExecutionLogs System.Collections.Generic.List<System.String>

Gets and sets the property FunctionExecutionLogs.

Contains the log lines that the function wrote (if any) when running the test.

Public Property FunctionOutput System.String

Gets and sets the property FunctionOutput.

The event object returned by the function. For more information about the structure of the event object, see Event object structure in the Amazon CloudFront Developer Guide.

Public Property FunctionSummary Amazon.CloudFront.Model.FunctionSummary

Gets and sets the property FunctionSummary.

Contains configuration information and metadata about the CloudFront function that was tested.

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