WorkteamMemberDefinition

data class WorkteamMemberDefinition(val cognitoMemberDefinition: WorkteamMemberDefinitionCognitoMemberDefinition? = null, val oidcMemberDefinition: WorkteamMemberDefinitionOidcMemberDefinition? = null)

Constructors

Link copied to clipboard
constructor(cognitoMemberDefinition: WorkteamMemberDefinitionCognitoMemberDefinition? = null, oidcMemberDefinition: WorkteamMemberDefinitionOidcMemberDefinition? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Cognito user group that is part of the work team. See Cognito Member Definition details below.

Link copied to clipboard

A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. See Cognito Member Definition details below.