ProjectArgs

data class ProjectArgs(val description: Output<String>? = null, val domainIdentifier: Output<String>? = null, val glossaryTerms: Output<List<String>>? = null, val name: Output<String>? = null) : ConvertibleToJava<ProjectArgs>

Amazon DataZone projects are business use case–based groupings of people, assets (data), and tools used to simplify access to the AWS analytics.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, domainIdentifier: Output<String>? = null, glossaryTerms: Output<List<String>>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the Amazon DataZone project.

Link copied to clipboard
val domainIdentifier: Output<String>? = null

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

Link copied to clipboard
val glossaryTerms: Output<List<String>>? = null

The glossary terms that can be used in this Amazon DataZone project.

Link copied to clipboard
val name: Output<String>? = null

The name of the Amazon DataZone project.

Functions

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