GroupMembershipArgs

data class GroupMembershipArgs(val groupId: Output<String>? = null, val identityStoreId: Output<String>? = null, val memberId: Output<GroupMembershipMemberIdArgs>? = null) : ConvertibleToJava<GroupMembershipArgs>

Resource Type Definition for AWS:IdentityStore::GroupMembership

Constructors

Link copied to clipboard
constructor(groupId: Output<String>? = null, identityStoreId: Output<String>? = null, memberId: Output<GroupMembershipMemberIdArgs>? = null)

Properties

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

The unique identifier for a group in the identity store.

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

The globally unique identifier for the identity store.

Link copied to clipboard

An object containing the identifier of a group member.

Functions

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