GetEnvironmentProfileResult

data class GetEnvironmentProfileResult(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 id: String? = null, val name: String? = null, val projectId: String? = null, val updatedAt: String? = null, val userParameters: List<EnvironmentProfileEnvironmentParameter>? = 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, id: String? = null, name: String? = null, projectId: String? = null, updatedAt: String? = null, userParameters: List<EnvironmentProfileEnvironmentParameter>? = 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 this environment profile is created.

Link copied to clipboard
val createdAt: String? = null

The timestamp of when this environment profile was created.

Link copied to clipboard
val createdBy: String? = null

The Amazon DataZone user who created this environment profile.

Link copied to clipboard
val description: String? = null

The description of this Amazon DataZone environment profile.

Link copied to clipboard
val domainId: String? = null

The ID of the Amazon DataZone domain in which this environment profile is created.

Link copied to clipboard

The ID of the blueprint with which this environment profile is created.

Link copied to clipboard
val id: String? = null

The ID of this Amazon DataZone environment profile.

Link copied to clipboard
val name: String? = null

The name of this Amazon DataZone environment profile.

Link copied to clipboard
val projectId: String? = null

The identifier of the project in which to create the environment profile.

Link copied to clipboard
val updatedAt: String? = null

The timestamp of when this environment profile was updated.

Link copied to clipboard

The user parameters of this Amazon DataZone environment profile.