GetProjectPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The identifier of the Amazon DataZone domain in which the project was created.

Link copied to clipboard
val id: String

The ID of the Amazon DataZone project.

Functions

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