Get Environment Result
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)
Properties
Link copied to clipboard
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
The description of the Amazon DataZone environment.
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
The glossary terms that can be used in the Amazon DataZone environment.
Link copied to clipboard
The status of the Amazon DataZone environment.