GetEnvironmentResult

data class GetEnvironmentResult(val awsAccountId: String? = null, val awsAccountRegion: String? = null, val createdAt: String? = null, val createdBy: String? = null, val description: String? = null, val domainId: String? = null, val environmentBlueprintId: String? = null, val environmentProfileId: String? = null, val glossaryTerms: List<String>? = null, val id: String? = null, val name: String? = null, val projectId: String? = null, val provider: String? = null, val status: EnvironmentStatus? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(awsAccountId: String? = null, awsAccountRegion: String? = null, createdAt: String? = null, createdBy: String? = null, description: String? = null, domainId: String? = null, environmentBlueprintId: String? = null, environmentProfileId: String? = null, glossaryTerms: List<String>? = null, id: String? = null, name: String? = null, projectId: String? = null, provider: String? = null, status: EnvironmentStatus? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val awsAccountId: String? = null

The AWS account in which the Amazon DataZone environment is created.

Link copied to clipboard

The AWS region in which the Amazon DataZone environment is created.

Link copied to clipboard
val createdAt: String? = null

The timestamp of when the environment was created.

Link copied to clipboard
val createdBy: String? = null

The Amazon DataZone user who created the environment.

Link copied to clipboard
val description: String? = null

The description of the Amazon DataZone environment.

Link copied to clipboard
val domainId: String? = null

The identifier of the Amazon DataZone domain in which the environment is created.

Link copied to clipboard

The ID of the blueprint with which the Amazon DataZone environment was created.

Link copied to clipboard

The ID of the environment profile with which the Amazon DataZone environment was created.

Link copied to clipboard
val glossaryTerms: List<String>? = null

The glossary terms that can be used in the Amazon DataZone environment.

Link copied to clipboard
val id: String? = null

The ID of the Amazon DataZone environment.

Link copied to clipboard
val name: String? = null

The name of the environment.

Link copied to clipboard
val projectId: String? = null

The ID of the Amazon DataZone project in which the environment is created.

Link copied to clipboard
val provider: String? = null

The provider of the Amazon DataZone environment.

Link copied to clipboard

The status of the Amazon DataZone environment.

Link copied to clipboard
val updatedAt: String? = null

The timestamp of when the environment was updated.