GroupMembership

class GroupMembership : KotlinCustomResource

Resource for managing an AWS IdentityStore Group Membership.

Import

aws_identitystore_group_membership can be imported using the identity_store_id/membership_id, e.g.,

$ pulumi import aws:identitystore/groupMembership:GroupMembership example d-0000000000/00000000-0000-0000-0000-000000000000

Properties

Link copied to clipboard
val groupId: Output<String>

The identifier for a group in the Identity Store.

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

Identity Store ID associated with the Single Sign-On Instance.

Link copied to clipboard
val memberId: Output<String>

The identifier for a user in the Identity Store.

Link copied to clipboard
val membershipId: Output<String>

The identifier of the newly created group membership in the Identity Store.

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