We recommend new projects start with resources from the AWS provider.
aws-native.identitystore.GroupMembership
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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:
- Group
Id This property is required. string - The unique identifier for a group in the identity store.
- Identity
Store Id This property is required. string - The globally unique identifier for the identity store.
- Member
Id This property is required. Pulumi.Aws Native. Identity Store. Inputs. Group Membership Member Id - An object containing the identifier of a group member.
- Group
Id This property is required. string - The unique identifier for a group in the identity store.
- Identity
Store Id This property is required. string - The globally unique identifier for the identity store.
- Member
Id This property is required. GroupMembership Member Id Args - An object containing the identifier of a group member.
- group
Id This property is required. String - The unique identifier for a group in the identity store.
- identity
Store Id This property is required. String - The globally unique identifier for the identity store.
- member
Id This property is required. GroupMembership Member Id - An object containing the identifier of a group member.
- group
Id This property is required. string - The unique identifier for a group in the identity store.
- identity
Store Id This property is required. string - The globally unique identifier for the identity store.
- member
Id This property is required. GroupMembership Member Id - 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. GroupMembership Member Id Args - An object containing the identifier of a group member.
- group
Id This property is required. String - The unique identifier for a group in the identity store.
- identity
Store Id This property is required. String - The globally unique identifier for the identity store.
- member
Id 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.
- Membership
Id string - The identifier for a GroupMembership in the identity store.
- Id string
- The provider-assigned unique ID for this managed resource.
- Membership
Id string - The identifier for a GroupMembership in the identity store.
- id String
- The provider-assigned unique ID for this managed resource.
- membership
Id String - The identifier for a GroupMembership in the identity store.
- id string
- The provider-assigned unique ID for this managed resource.
- membership
Id 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.
- membership
Id String - The identifier for a GroupMembership in the identity store.
Supporting Types
GroupMembershipMemberId, GroupMembershipMemberIdArgs
- User
Id This property is required. string - The identifier for a user in the identity store.
- User
Id This property is required. string - The identifier for a user in the identity store.
- user
Id This property is required. String - The identifier for a user in the identity store.
- user
Id 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.
- user
Id 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.