AllGroupMembershipsReference
- class aws_cdk.interfaces.aws_identitystore.AllGroupMembershipsReference(*, all_group_memberships_arn)
Bases:
objectA reference to a AllGroupMemberships resource.
- Parameters:
all_group_memberships_arn (
str) – The Arn of the AllGroupMemberships resource.- 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.interfaces import aws_identitystore as interfaces_identitystore all_group_memberships_reference = interfaces_identitystore.AllGroupMembershipsReference( all_group_memberships_arn="allGroupMembershipsArn" )
Attributes
- all_group_memberships_arn
The Arn of the AllGroupMemberships resource.