okctlgithub.com/oslokommune/okctl/pkg/cfn/components/userpoolusertogroupattachment Index | Files

package userpoolusertogroupattachment

import "github.com/oslokommune/okctl/pkg/cfn/components/userpoolusertogroupattachment"

Package userpoolusertogroupattachment provides functionality for setting up a user pool user to group attachment

Index

Types

type UserPoolUserToGroupAttachment

type UserPoolUserToGroupAttachment struct {
	StoredName string
	GroupName  string
	Username   string
	UserPoolID string
	UserNamer  cfn.Namer
}

UserPoolUserToGroupAttachment attaches a user pool user to a group

func New

func New(user cfn.Namer, username, groupname, userPoolid string) *UserPoolUserToGroupAttachment

New constructor

func (*UserPoolUserToGroupAttachment) Name

Name returns the logical identifier

func (*UserPoolUserToGroupAttachment) Resource

Resource of type UserPoolUserToGroupAttachment

Source Files

userpoolusertogroupattachment.go

Version
v0.0.106 (latest)
Published
Oct 21, 2022
Platform
linux/amd64
Imports
3 packages
Last checked
17 hours ago

Tools for package owners.