GetEnvironmentBlueprintConfigurationPlainArgs

data class GetEnvironmentBlueprintConfigurationPlainArgs(val domainId: String, val environmentBlueprintId: String) : ConvertibleToJava<GetEnvironmentBlueprintConfigurationPlainArgs>

Constructors

constructor(domainId: String, environmentBlueprintId: String)

Properties

Link copied to clipboard

The identifier of the Amazon DataZone domain in which an environment blueprint exists.

Link copied to clipboard

The identifier of the environment blueprint. This identifier should be used when creating environment profiles.

Functions

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