1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. identitystore
  5. getGroupMembership

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.identitystore.getGroupMembership

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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>
Copy
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]
Copy
func LookupGroupMembership(ctx *Context, args *LookupGroupMembershipArgs, opts ...InvokeOption) (*LookupGroupMembershipResult, error)
func LookupGroupMembershipOutput(ctx *Context, args *LookupGroupMembershipOutputArgs, opts ...InvokeOption) LookupGroupMembershipResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetGroupMembershipResult> getGroupMembership(GetGroupMembershipArgs args, InvokeOptions options)
public static Output<GetGroupMembershipResult> getGroupMembership(GetGroupMembershipArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:identitystore:getGroupMembership
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

IdentityStoreId This property is required. string
The globally unique identifier for the identity store.
MembershipId This property is required. string
The identifier for a GroupMembership in the identity store.
IdentityStoreId This property is required. string
The globally unique identifier for the identity store.
MembershipId This property is required. string
The identifier for a GroupMembership in the identity store.
identityStoreId This property is required. String
The globally unique identifier for the identity store.
membershipId This property is required. String
The identifier for a GroupMembership in the identity store.
identityStoreId This property is required. string
The globally unique identifier for the identity store.
membershipId This property is required. string
The identifier for a GroupMembership in the identity store.
identity_store_id This property is required. str
The globally unique identifier for the identity store.
membership_id This property is required. str
The identifier for a GroupMembership in the identity store.
identityStoreId This property is required. String
The globally unique identifier for the identity store.
membershipId This property is required. String
The identifier for a GroupMembership in the identity store.

getGroupMembership Result

The following output properties are available:

MembershipId string
The identifier for a GroupMembership in the identity store.
MembershipId string
The identifier for a GroupMembership in the identity store.
membershipId String
The identifier for a GroupMembership in the identity store.
membershipId string
The identifier for a GroupMembership in the identity store.
membership_id str
The identifier for a GroupMembership in the identity store.
membershipId 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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi