We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.identitystore.getGroupMembership
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
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)
public static Output<GetGroupMembershipResult> getGroupMembership(GetGroupMembershipArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:identitystore:getGroupMembership
arguments:
# arguments dictionaryThe following arguments are supported:
- Identity
Store stringId - The globally unique identifier for the identity store.
- Membership
Id string - The identifier for a GroupMembership in the identity store.
- Identity
Store stringId - The globally unique identifier for the identity store.
- Membership
Id string - The identifier for a GroupMembership in the identity store.
- identity
Store StringId - The globally unique identifier for the identity store.
- membership
Id String - The identifier for a GroupMembership in the identity store.
- identity
Store stringId - The globally unique identifier for the identity store.
- membership
Id string - The identifier for a GroupMembership in the identity store.
- identity_
store_ strid - The globally unique identifier for the identity store.
- membership_
id str - The identifier for a GroupMembership in the identity store.
- identity
Store StringId - The globally unique identifier for the identity store.
- membership
Id String - The identifier for a GroupMembership in the identity store.
getGroupMembership Result
The following output properties are available:
- Membership
Id string - The identifier for a GroupMembership in the identity store.
- Membership
Id string - The identifier for a GroupMembership in the identity store.
- membership
Id String - The identifier for a GroupMembership in the identity store.
- membership
Id string - The identifier for a GroupMembership in the identity store.
- membership_
id str - The identifier for a GroupMembership in the identity store.
- membership
Id String - The identifier for a GroupMembership in the identity store.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
