GetEnvironmentResult

data class GetEnvironmentResult(val arn: String? = null, val environmentIdentifier: String? = null, val tags: List<Tag>? = null, val transitGatewayId: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, environmentIdentifier: String? = null, tags: List<Tag>? = null, transitGatewayId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the environment.

Link copied to clipboard

The unique identifier of the environment.

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

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

Link copied to clipboard

The ID of the AWS Transit Gateway set up by the environment.