Get Environment Profile Result
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)
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 this environment profile is created.
Link copied to clipboard
The description of this Amazon DataZone environment profile.
Link copied to clipboard
The ID of the blueprint with which this environment profile is created.
Link copied to clipboard
The user parameters of this Amazon DataZone environment profile.