GetEnvironmentProfilePlainArgs

data class GetEnvironmentProfilePlainArgs(val domainId: String, val id: String) : ConvertibleToJava<GetEnvironmentProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(domainId: String, id: String)

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String

The ID of this Amazon DataZone environment profile.

Functions

Link copied to clipboard
open override fun toJava(): GetEnvironmentProfilePlainArgs