aws.identitystore.describe_group_membership
Example SQL Queries
SELECT * FROMaws.identitystore.describe_group_membershipWHERE"identity_store_id" = 'VALUE'AND "membership_id" = 'VALUE';Description
Retrieves membership metadata and attributes from MembershipId in an identity store.
If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identity_store_id Required Input Column The globally unique identifier for the identity store. | VARCHAR |
| membership_id Required Input Column The identifier for a GroupMembership in an identity store. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| group_id The identifier for a group in the identity store. | VARCHAR |
| member_id An object containing the identifier of a group member. | STRUCT( |
Show child fields
| |