GetEnvironmentResult

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)

Constructors

Link copied to clipboard
constructor(description: String? = null, endpointUrl: String? = null, operationsRole: String? = null, platformArn: String? = null, tags: List<Tag>? = null, tier: EnvironmentTier? = null, versionLabel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Your description for this environment.

Link copied to clipboard
val endpointUrl: String? = null

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
val operationsRole: String? = null

The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.

Link copied to clipboard
val platformArn: String? = null

The Amazon Resource Name (ARN) of the custom platform to use with the environment.

Link copied to clipboard
val tags: List<Tag>? = null

Specifies the tags applied to resources in the environment.

Link copied to clipboard
val tier: EnvironmentTier? = null

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
val versionLabel: String? = null

The name of the application version to deploy.