package userpoolgroup
import "github.com/oslokommune/okctl/pkg/cfn/components/userpoolgroup"
Package userpoolgroup provides functionality for setting up a user pool group
Index ¶
Types ¶
type UserPoolGroup ¶
type UserPoolGroup struct { StoredName string Description string GroupName string Precedence int UserPool cfn.NameReferencer }
UserPoolGroup output
func New ¶
func New(groupName string, description string, userPool cfn.NameReferencer) *UserPoolGroup
New returns an initialised cognito user pool domain
func (*UserPoolGroup) Name ¶
func (d *UserPoolGroup) Name() string
Name returns the logical id of the resource
func (*UserPoolGroup) Resource ¶
func (d *UserPoolGroup) Resource() cloudformation.Resource
Resource returns the cloud formation resource for a cognito user pool domain
Source Files ¶
- Version
- v0.0.106 (latest)
- Published
- Oct 21, 2022
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 5 days ago –
Tools for package owners.