aws-native logo
AWS Native v0.53.0, Mar 14 23

aws-native.identitystore.getGroupMembership

Resource Type Definition for AWS:IdentityStore::GroupMembership

Using getGroupMembership

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getGroupMembership(args: GetGroupMembershipArgs, opts?: InvokeOptions): Promise<GetGroupMembershipResult>
function getGroupMembershipOutput(args: GetGroupMembershipOutputArgs, opts?: InvokeOptions): Output<GetGroupMembershipResult>
def get_group_membership(identity_store_id: Optional[str] = None,
                         membership_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetGroupMembershipResult
def get_group_membership_output(identity_store_id: Optional[pulumi.Input[str]] = None,
                         membership_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetGroupMembershipResult]
func LookupGroupMembership(ctx *Context, args *LookupGroupMembershipArgs, opts ...InvokeOption) (*LookupGroupMembershipResult, error)
func LookupGroupMembershipOutput(ctx *Context, args *LookupGroupMembershipOutputArgs, opts ...InvokeOption) LookupGroupMembershipResultOutput

> Note: This function is named LookupGroupMembership in the Go SDK.

public static class GetGroupMembership 
{
    public static Task<GetGroupMembershipResult> InvokeAsync(GetGroupMembershipArgs args, InvokeOptions? opts = null)
    public static Output<GetGroupMembershipResult> Invoke(GetGroupMembershipInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGroupMembershipResult> getGroupMembership(GetGroupMembershipArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:identitystore:getGroupMembership
  arguments:
    # arguments dictionary

The following arguments are supported:

IdentityStoreId string

The globally unique identifier for the identity store.

MembershipId string

The identifier for a GroupMembership in the identity store.

IdentityStoreId string

The globally unique identifier for the identity store.

MembershipId string

The identifier for a GroupMembership in the identity store.

identityStoreId String

The globally unique identifier for the identity store.

membershipId String

The identifier for a GroupMembership in the identity store.

identityStoreId string

The globally unique identifier for the identity store.

membershipId string

The identifier for a GroupMembership in the identity store.

identity_store_id str

The globally unique identifier for the identity store.

membership_id str

The identifier for a GroupMembership in the identity store.

identityStoreId String

The globally unique identifier for the identity store.

membershipId String

The identifier for a GroupMembership in the identity store.

getGroupMembership Result

The following output properties are available:

GroupId string

The unique identifier for a group in the identity store.

MemberId Pulumi.AwsNative.IdentityStore.Outputs.GroupMembershipMemberId

An object containing the identifier of a group member.

MembershipId string

The identifier for a GroupMembership in the identity store.

GroupId string

The unique identifier for a group in the identity store.

MemberId GroupMembershipMemberId

An object containing the identifier of a group member.

MembershipId string

The identifier for a GroupMembership in the identity store.

groupId String

The unique identifier for a group in the identity store.

memberId GroupMembershipMemberId

An object containing the identifier of a group member.

membershipId String

The identifier for a GroupMembership in the identity store.

groupId string

The unique identifier for a group in the identity store.

memberId GroupMembershipMemberId

An object containing the identifier of a group member.

membershipId string

The identifier for a GroupMembership in the identity store.

group_id str

The unique identifier for a group in the identity store.

member_id GroupMembershipMemberId

An object containing the identifier of a group member.

membership_id str

The identifier for a GroupMembership in the identity store.

groupId String

The unique identifier for a group in the identity store.

memberId Property Map

An object containing the identifier of a group member.

membershipId String

The identifier for a GroupMembership in the identity store.

Supporting Types

GroupMembershipMemberId

UserId string

The identifier for a user in the identity store.

UserId string

The identifier for a user in the identity store.

userId String

The identifier for a user in the identity store.

userId string

The identifier for a user in the identity store.

user_id str

The identifier for a user in the identity store.

userId String

The identifier for a user in the identity store.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0