GroupArgs

data class GroupArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val identityStoreId: Output<String>? = null) : ConvertibleToJava<GroupArgs>

Resource Type definition for AWS::IdentityStore::Group

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, displayName: Output<String>? = null, identityStoreId: Output<String>? = null)

Properties

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

A string containing the description of the group.

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

A string containing the name of the group. This value is commonly displayed when the group is referenced.

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

The globally unique identifier for the identity store.

Functions

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