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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.identitystore.GroupMembership

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource Type Definition for AWS:IdentityStore::GroupMembership

    Create GroupMembership Resource

    new GroupMembership(name: string, args: GroupMembershipArgs, opts?: CustomResourceOptions);
    @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)
    @overload
    def GroupMembership(resource_name: str,
                        args: GroupMembershipArgs,
                        opts: Optional[ResourceOptions] = 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.
    
    
    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:

    GroupId string
    The unique identifier for a group in the identity store.
    IdentityStoreId string
    The globally unique identifier for the identity store.
    MemberId Pulumi.AwsNative.IdentityStore.Inputs.GroupMembershipMemberId
    An object containing the identifier of a group member.
    GroupId string
    The unique identifier for a group in the identity store.
    IdentityStoreId string
    The globally unique identifier for the identity store.
    MemberId GroupMembershipMemberIdArgs
    An object containing the identifier of a group member.
    groupId String
    The unique identifier for a group in the identity store.
    identityStoreId String
    The globally unique identifier for the identity store.
    memberId GroupMembershipMemberId
    An object containing the identifier of a group member.
    groupId string
    The unique identifier for a group in the identity store.
    identityStoreId string
    The globally unique identifier for the identity store.
    memberId GroupMembershipMemberId
    An object containing the identifier of a group member.
    group_id str
    The unique identifier for a group in the identity store.
    identity_store_id str
    The globally unique identifier for the identity store.
    member_id GroupMembershipMemberIdArgs
    An object containing the identifier of a group member.
    groupId String
    The unique identifier for a group in the identity store.
    identityStoreId String
    The globally unique identifier for the identity store.
    memberId 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 string
    The identifier for a user in the identity store.
    UserId string
    The identifier for a user in the identity store.
    userId String
    The identifier for a user in the identity store.
    userId string
    The identifier for a user in the identity store.
    user_id str
    The identifier for a user in the identity store.
    userId 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 logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi