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 StartConfigurationSession operation. Starts a configuration session used to retrieve a deployed configuration. For more information about this API action and to view example CLI commands that show how to use it with the GetLatestConfiguration API action, see Retrieving the configuration in the AppConfig User Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppConfigData.AmazonAppConfigDataRequest
      Amazon.AppConfigData.Model.StartConfigurationSessionRequest

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

Syntax

C#
public class StartConfigurationSessionRequest : AmazonAppConfigDataRequest
         IAmazonWebServiceRequest

The StartConfigurationSessionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationIdentifier System.String

Gets and sets the property ApplicationIdentifier.

The application ID or the application name.

Public Property ConfigurationProfileIdentifier System.String

Gets and sets the property ConfigurationProfileIdentifier.

The configuration profile ID or the configuration profile name.

Public Property EnvironmentIdentifier System.String

Gets and sets the property EnvironmentIdentifier.

The environment ID or the environment name.

Public Property RequiredMinimumPollIntervalInSeconds System.Int32

Gets and sets the property RequiredMinimumPollIntervalInSeconds.

Sets a constraint on a session. If you specify a value of, for example, 60 seconds, then the client that established the session can't call GetLatestConfiguration more frequently than every 60 seconds.

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