CfnAllGroupMembershipsProps

class aws_cdk.aws_identitystore.CfnAllGroupMembershipsProps(*, group_id=None, identity_store_id=None, member_id=None)

Bases: object

Properties for defining a CfnAllGroupMemberships.

Parameters:
  • group_id (Optional[str]) – The identifier for a group in the identity store.

  • identity_store_id (Optional[str]) – The globally unique identifier for the identity store.

  • member_id (Union[IResolvable, MemberIdProperty, Dict[str, Any], None]) – An object containing the identifier of a group member.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-allgroupmemberships.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_identitystore as identitystore

cfn_all_group_memberships_props = identitystore.CfnAllGroupMembershipsProps(
    group_id="groupId",
    identity_store_id="identityStoreId",
    member_id=identitystore.CfnAllGroupMemberships.MemberIdProperty(
        user_id="userId"
    )
)

Attributes

group_id

The identifier for a group in the identity store.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-allgroupmemberships.html#cfn-identitystore-allgroupmemberships-groupid

identity_store_id

The globally unique identifier for the identity store.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-allgroupmemberships.html#cfn-identitystore-allgroupmemberships-identitystoreid

member_id

An object containing the identifier of a group member.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-allgroupmemberships.html#cfn-identitystore-allgroupmemberships-memberid