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.

This is the response object from the GetLatestConfiguration operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.AppConfigData.Model.GetLatestConfigurationResponse

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

Syntax

C#
public class GetLatestConfigurationResponse : AmazonWebServiceResponse

The GetLatestConfigurationResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Configuration System.IO.MemoryStream

Gets and sets the property Configuration.

The data of the configuration. This may be empty if the client already has the latest version of configuration.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ContentType System.String

Gets and sets the property ContentType.

A standard MIME type describing the format of the configuration content.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property NextPollConfigurationToken System.String

Gets and sets the property NextPollConfigurationToken.

The latest token describing the current state of the configuration session. This must be provided to the next call to GetLatestConfiguration.

This token should only be used once. To support long poll use cases, the token is valid for up to 24 hours. If a GetLatestConfiguration call uses an expired token, the system returns BadRequestException.

Public Property NextPollIntervalInSeconds System.Int32

Gets and sets the property NextPollIntervalInSeconds.

The amount of time the client should wait before polling for configuration updates again. Use RequiredMinimumPollIntervalInSeconds to set the desired poll interval.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property VersionLabel System.String

Gets and sets the property VersionLabel.

The user-defined label for the AppConfig hosted configuration version. This attribute doesn't apply if the configuration is not from an AppConfig hosted configuration version. If the client already has the latest version of the configuration data, this value is empty.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5