Elasticbeanstalk Functions
object ElasticbeanstalkFunctions
Functions
Link copied to clipboard
Retrieve information about an Elastic Beanstalk Application.
suspend fun getApplication(argument: suspend GetApplicationPlainArgsBuilder.() -> Unit): GetApplicationResult
Link copied to clipboard
Use this data source to get the ID of an elastic beanstalk hosted zone.
suspend fun getHostedZone(argument: suspend GetHostedZonePlainArgsBuilder.() -> Unit): GetHostedZoneResult
Link copied to clipboard
Use this data source to get the name of a elastic beanstalk solution stack.
suspend fun getSolutionStack(argument: suspend GetSolutionStackPlainArgsBuilder.() -> Unit): GetSolutionStackResult
suspend fun getSolutionStack(mostRecent: Boolean? = null, nameRegex: String): GetSolutionStackResult