public static final class CfnWorkteam.MemberDefinitionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWorkteam.MemberDefinitionProperty
CfnWorkteam.MemberDefinitionProperty
CfnWorkteam.MemberDefinitionProperty.Builder, CfnWorkteam.MemberDefinitionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getCognitoMemberDefinition()
The Amazon Cognito user group that is part of the work team.
|
java.lang.Object |
getOidcMemberDefinition()
A list user groups that exist in your OIDC Identity Provider (IdP).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getCognitoMemberDefinition()
CfnWorkteam.MemberDefinitionProperty
getCognitoMemberDefinition
in interface CfnWorkteam.MemberDefinitionProperty
public final java.lang.Object getOidcMemberDefinition()
CfnWorkteam.MemberDefinitionProperty
One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups
, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.
getOidcMemberDefinition
in interface CfnWorkteam.MemberDefinitionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()