GroupProfileArgs

data class GroupProfileArgs(val domainIdentifier: Output<String>? = null, val groupIdentifier: Output<String>? = null, val status: Output<GroupProfileStatus>? = null) : ConvertibleToJava<GroupProfileArgs>

Group profiles represent groups of Amazon DataZone users. Groups can be manually created, or mapped to Active Directory groups of enterprise customers. In Amazon DataZone, groups serve two purposes. First, a group can map to a team of users in the organizational chart, and thus reduce the administrative work of a Amazon DataZone project owner when there are new employees joining or leaving a team. Second, corporate administrators use Active Directory groups to manage and update user statuses and so Amazon DataZone domain administrators can use these group memberships to implement Amazon DataZone domain policies.

Constructors

Link copied to clipboard
constructor(domainIdentifier: Output<String>? = null, groupIdentifier: Output<String>? = null, status: Output<GroupProfileStatus>? = null)

Properties

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

The identifier of the Amazon DataZone domain in which the group profile would be created.

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

The ID of the group.

Link copied to clipboard
val status: Output<GroupProfileStatus>? = null

The status of a group profile.

Functions

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