package userpooluser

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

Package userpooluser provides functionality for setting up a user pool user

Index

Types

type UserPoolUser

type UserPoolUser struct {
	StoredName  string
	Email       string
	Description string
	UserPoolID  string
}

UserPoolUser output

func New

func New(email string, description string, userPoolid string) *UserPoolUser

New creates a new UserPoolUser

func (*UserPoolUser) Name

func (u *UserPoolUser) Name() string

Name stored name for user pool user

func (*UserPoolUser) NamedOutputs

func (u *UserPoolUser) NamedOutputs() map[string]cloudformation.Output

NamedOutputs stored names of users

func (*UserPoolUser) Ref

func (u *UserPoolUser) Ref() string

Ref returns a cloud formation intrinsic ref to the resource

func (*UserPoolUser) Resource

func (u *UserPoolUser) Resource() cloudformation.Resource

Resource for type UserPoolUser

Source Files

userpooluser.go

Version
v0.0.106 (latest)
Published
Oct 21, 2022
Platform
linux/amd64
Imports
4 packages
Last checked
5 days ago

Tools for package owners.