AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.identitystore.GroupMembership
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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 string
- The unique name of the resource.
- args GroupMembershipArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args GroupMembershipArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GroupMembershipArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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
The GroupMembership resource accepts the following input properties:
- Group
Id string - The unique identifier for a group in the identity store.
- Identity
Store stringId - The globally unique identifier for the identity store.
- Member
Id Pulumi.Aws Native. Identity Store. Inputs. Group Membership Member Id - An object containing the identifier of a group member.
- Group
Id string - The unique identifier for a group in the identity store.
- Identity
Store stringId - The globally unique identifier for the identity store.
- Member
Id GroupMembership Member Id Args - An object containing the identifier of a group member.
- group
Id String - The unique identifier for a group in the identity store.
- identity
Store StringId - The globally unique identifier for the identity store.
- member
Id GroupMembership Member Id - An object containing the identifier of a group member.
- group
Id string - The unique identifier for a group in the identity store.
- identity
Store stringId - The globally unique identifier for the identity store.
- member
Id GroupMembership Member Id - An object containing the identifier of a group member.
- group_
id str - The unique identifier for a group in the identity store.
- identity_
store_ strid - The globally unique identifier for the identity store.
- member_
id GroupMembership Member Id Args - An object containing the identifier of a group member.
- group
Id String - The unique identifier for a group in the identity store.
- identity
Store StringId - The globally unique identifier for the identity store.
- member
Id 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 string - The identifier for a user in the identity store.
- User
Id string - The identifier for a user in the identity store.
- user
Id String - The identifier for a user in the identity store.
- user
Id string - The identifier for a user in the identity store.
- user_
id str - The identifier for a user in the identity store.
- user
Id String - The identifier for a user in the identity store.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi