1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. identitystore
  5. GroupMembership

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.identitystore.GroupMembership

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type Definition for AWS:IdentityStore::GroupMembership

Create GroupMembership Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new GroupMembership(name: string, args: GroupMembershipArgs, opts?: CustomResourceOptions);
@overload
def GroupMembership(resource_name: str,
                    args: GroupMembershipArgs,
                    opts: Optional[ResourceOptions] = None)

@overload
def GroupMembership(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    group_id: Optional[str] = None,
                    identity_store_id: Optional[str] = None,
                    member_id: Optional[GroupMembershipMemberIdArgs] = None)
func NewGroupMembership(ctx *Context, name string, args GroupMembershipArgs, opts ...ResourceOption) (*GroupMembership, error)
public GroupMembership(string name, GroupMembershipArgs args, CustomResourceOptions? opts = null)
public GroupMembership(String name, GroupMembershipArgs args)
public GroupMembership(String name, GroupMembershipArgs args, CustomResourceOptions options)
type: aws-native:identitystore:GroupMembership
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. GroupMembershipArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. GroupMembershipArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. GroupMembershipArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. GroupMembershipArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. GroupMembershipArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

GroupMembership Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The GroupMembership resource accepts the following input properties:

GroupId This property is required. string
The unique identifier for a group in the identity store.
IdentityStoreId This property is required. string
The globally unique identifier for the identity store.
MemberId This property is required. Pulumi.AwsNative.IdentityStore.Inputs.GroupMembershipMemberId
An object containing the identifier of a group member.
GroupId This property is required. string
The unique identifier for a group in the identity store.
IdentityStoreId This property is required. string
The globally unique identifier for the identity store.
MemberId This property is required. GroupMembershipMemberIdArgs
An object containing the identifier of a group member.
groupId This property is required. String
The unique identifier for a group in the identity store.
identityStoreId This property is required. String
The globally unique identifier for the identity store.
memberId This property is required. GroupMembershipMemberId
An object containing the identifier of a group member.
groupId This property is required. string
The unique identifier for a group in the identity store.
identityStoreId This property is required. string
The globally unique identifier for the identity store.
memberId This property is required. GroupMembershipMemberId
An object containing the identifier of a group member.
group_id This property is required. str
The unique identifier for a group in the identity store.
identity_store_id This property is required. str
The globally unique identifier for the identity store.
member_id This property is required. GroupMembershipMemberIdArgs
An object containing the identifier of a group member.
groupId This property is required. String
The unique identifier for a group in the identity store.
identityStoreId This property is required. String
The globally unique identifier for the identity store.
memberId This property is required. Property Map
An object containing the identifier of a group member.

Outputs

All input properties are implicitly available as output properties. Additionally, the GroupMembership resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
MembershipId string
The identifier for a GroupMembership in the identity store.
Id string
The provider-assigned unique ID for this managed resource.
MembershipId string
The identifier for a GroupMembership in the identity store.
id String
The provider-assigned unique ID for this managed resource.
membershipId String
The identifier for a GroupMembership in the identity store.
id string
The provider-assigned unique ID for this managed resource.
membershipId string
The identifier for a GroupMembership in the identity store.
id str
The provider-assigned unique ID for this managed resource.
membership_id str
The identifier for a GroupMembership in the identity store.
id String
The provider-assigned unique ID for this managed resource.
membershipId String
The identifier for a GroupMembership in the identity store.

Supporting Types

GroupMembershipMemberId
, GroupMembershipMemberIdArgs

UserId This property is required. string
The identifier for a user in the identity store.
UserId This property is required. string
The identifier for a user in the identity store.
userId This property is required. String
The identifier for a user in the identity store.
userId This property is required. string
The identifier for a user in the identity store.
user_id This property is required. str
The identifier for a user in the identity store.
userId This property is required. String
The identifier for a user in the identity store.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi