AWS Native is in preview. AWS Classic is fully supported.
aws-native.identitystore.getGroupMembership
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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:
- 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:
- Group
Id string The unique identifier for a group in the identity store.
- Member
Id Pulumi.Aws Native. Identity Store. Outputs. Group Membership Member Id An object containing the identifier of a group member.
- Membership
Id string The identifier for a GroupMembership in the identity store.
- Group
Id string The unique identifier for a group in the identity store.
- Member
Id GroupMembership Member Id An object containing the identifier of a group member.
- Membership
Id string The identifier for a GroupMembership in the identity store.
- group
Id String The unique identifier for a group in the identity store.
- member
Id GroupMembership Member Id An object containing the identifier of a group member.
- membership
Id String The identifier for a GroupMembership in the identity store.
- group
Id string The unique identifier for a group in the identity store.
- member
Id GroupMembership Member Id An object containing the identifier of a group member.
- membership
Id 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 GroupMembership Member Id An object containing the identifier of a group member.
- membership_
id str The identifier for a GroupMembership in the identity store.
- group
Id String The unique identifier for a group in the identity store.
- member
Id Property Map An object containing the identifier of a group member.
- membership
Id String The identifier for a GroupMembership in the identity store.
Supporting Types
GroupMembershipMemberId
- User
Id string The identifier for a user in the identity store.
- User
Id string The identifier for a user in the identity store.
- user
Id String The identifier for a user in the identity store.
- user
Id string The identifier for a user in the identity store.
- user_
id str The identifier for a user in the identity store.
- user
Id String The identifier for a user in the identity store.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.