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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.identitystore.getGroupMembership

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 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)
    // 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:

    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi