DomainUnitArgs

data class DomainUnitArgs(val description: Output<String>? = null, val domainIdentifier: Output<String>? = null, val name: Output<String>? = null, val parentDomainUnitIdentifier: Output<String>? = null) : ConvertibleToJava<DomainUnitArgs>

A domain unit enables you to easily organize your assets and other domain entities under specific business units and teams.

Constructors

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

Properties

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

The description of the domain unit.

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

The ID of the domain where you want to create a domain unit.

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

The name of the domain unit.

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

The ID of the parent domain unit.

Functions

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