Group

class Group : KotlinCustomResource

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

Properties

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

A string containing the description of the group.

Link copied to clipboard
val displayName: Output<String>

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

Link copied to clipboard

A list of external IDs that contains the identifiers issued to this resource by an external identity provider. See External IDs below.

Link copied to clipboard
val groupId: Output<String>

The identifier of the newly created group in the identity store.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val identityStoreId: Output<String>

The globally unique identifier for the identity store. The following arguments are optional:

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>