DomainUnit

class DomainUnit : KotlinCustomResource

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

Properties

Link copied to clipboard
val awsId: Output<String>

The ID of the domain unit.

Link copied to clipboard
val createdAt: Output<String>

The timestamp at which the domain unit was created.

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

The description of the domain unit.

Link copied to clipboard
val domainId: Output<String>

The ID of the domain where the domain unit was created.

Link copied to clipboard

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val identifier: Output<String>

The identifier of the domain unit that you want to get.

Link copied to clipboard
val lastUpdatedAt: Output<String>

The timestamp at which the domain unit was last updated.

Link copied to clipboard
val name: Output<String>

The name of the domain unit.

Link copied to clipboard

The ID of the parent domain unit.

Link copied to clipboard

The ID of the parent domain unit.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>