describeEnvironmentResources

Returns AWS resources for this environment.

Samples


fun main() { 
   //sampleStart 
   // The following operation retrieves information about resources in an environment named my env
val resp = elasticBeanstalkClient.describeEnvironmentResources {
    environmentName = "my-env"
} 
   //sampleEnd
}