Get Environment Result
data class GetEnvironmentResult(val description: String? = null, val endpointUrl: String? = null, val operationsRole: String? = null, val platformArn: String? = null, val tags: List<Tag>? = null, val tier: EnvironmentTier? = null, val versionLabel: String? = null)
Properties
Link copied to clipboard
Your description for this environment.
Link copied to clipboard
For load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance. Example load balancer URL: Example instance IP address: 192.0.2.0
Link copied to clipboard
The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.
Link copied to clipboard
The Amazon Resource Name (ARN) of the custom platform to use with the environment.
Link copied to clipboard
Specifies the tier to use in creating this environment. The environment tier that you choose determines whether Elastic Beanstalk provisions resources to support a web application that handles HTTP(S) requests or a web application that handles background-processing tasks.
Link copied to clipboard
The name of the application version to deploy.