Group Args
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
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
A string containing the description of the group.
Link copied to clipboard
A string containing the name of the group. This value is commonly displayed when the group is referenced.
Link copied to clipboard
The globally unique identifier for the identity store. The following arguments are optional: