class Aws::AppConfigData::Types::StartConfigurationSessionRequest
@note When making an API call, you may pass StartConfigurationSessionRequest
data as a hash: { application_identifier: "Identifier", # required environment_identifier: "Identifier", # required configuration_profile_identifier: "Identifier", # required required_minimum_poll_interval_in_seconds: 1, }
@!attribute [rw] application_identifier
The application ID or the application name. @return [String]
@!attribute [rw] environment_identifier
The environment ID or the environment name. @return [String]
@!attribute [rw] configuration_profile_identifier
The configuration profile ID or the configuration profile name. @return [String]
@!attribute [rw] required_minimum_poll_interval_in_seconds
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 then every 60 seconds. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/appconfigdata-2021-11-11/StartConfigurationSessionRequest AWS API Documentation
Constants
- SENSITIVE