GroupArgs

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

Resource for managing an AWS IdentityStore Group. {{% examples %}}

Example Usage

{{% /examples %}}

Import

An Identity Store Group can be imported using the combination identity_store_id/group_id. For example

$ pulumi import aws:identitystore/group:Group example d-9c6705e95c/b8a1c340-8031-7071-a2fb-7dc540320c30

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. The following arguments are optional:

Functions

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