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.
Namespace: Amazon.AppConfigData.Model
Assembly: AWSSDK.AppConfigData.dll
Version: 3.x.y.z
public class StartConfigurationSessionRequest : AmazonAppConfigDataRequest IAmazonWebServiceRequest
The StartConfigurationSessionRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
StartConfigurationSessionRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ApplicationIdentifier | System.String |
Gets and sets the property ApplicationIdentifier. The application ID or the application name. |
![]() |
ConfigurationProfileIdentifier | System.String |
Gets and sets the property ConfigurationProfileIdentifier. The configuration profile ID or the configuration profile name. |
![]() |
EnvironmentIdentifier | System.String |
Gets and sets the property EnvironmentIdentifier. The environment ID or the environment name. |
![]() |
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. |
.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