OwnerProperties

sealed class OwnerProperties

The properties of a domain unit's owner.

Inheritors

Types

Link copied to clipboard
data class Group(val value: OwnerGroupProperties) : OwnerProperties

Specifies that the domain unit owner is a group.

Link copied to clipboard
Link copied to clipboard
data class User(val value: OwnerUserProperties) : OwnerProperties

Specifies that the domain unit owner is a user.

Functions

Link copied to clipboard

Casts this OwnerProperties as a Group and retrieves its aws.sdk.kotlin.services.datazone.model.OwnerGroupProperties value. Throws an exception if the OwnerProperties is not a Group.

Link copied to clipboard
Link copied to clipboard

Casts this OwnerProperties as a User and retrieves its aws.sdk.kotlin.services.datazone.model.OwnerUserProperties value. Throws an exception if the OwnerProperties is not a User.

Link copied to clipboard