GetEnvironmentBlueprintPlainArgs

data class GetEnvironmentBlueprintPlainArgs(val domainId: String, val managed: Boolean, val name: String) : ConvertibleToJava<GetEnvironmentBlueprintPlainArgs>

A collection of arguments for invoking getEnvironmentBlueprint.

Constructors

Link copied to clipboard
constructor(domainId: String, managed: Boolean, name: String)

Properties

Link copied to clipboard

ID of the domain.

Link copied to clipboard

Whether the blueprint is managed by Amazon DataZone.

Link copied to clipboard

Name of the blueprint.

Functions

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