GetEnvironmentActionsPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The identifier of the Amazon DataZone domain in which the environment is created.

Link copied to clipboard

The identifier of the Amazon DataZone environment in which the action is taking place

Link copied to clipboard
val id: String

The ID of the Amazon DataZone environment action.

Functions

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