listEnvironments

Lists the environments for an application.

Samples


fun main() { 
   //sampleStart 
   // The following list environments example lists the available environments in your AWS account for the
// specified application.
val resp = appConfigClient.listEnvironments {
    applicationId = "339ohji"
} 
   //sampleEnd
}