@Stability(value=Stable) @Internal public static final class CfnUserPoolGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPoolGroupProps
CfnUserPoolGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnUserPoolGroupProps.Builder, CfnUserPoolGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnUserPoolGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnUserPoolGroupProps.Builder. |
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(Object o) |
String |
getDescription()
A string containing the description of the group.
|
String |
getGroupName()
The name of the group.
|
Number |
getPrecedence()
A non-negative integer value that specifies the precedence of this group relative to the other groups that a user can belong to in the user pool.
|
String |
getRoleArn()
The role Amazon Resource Name (ARN) for the group.
|
String |
getUserPoolId()
The user pool ID for the user pool.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnUserPoolGroupProps.Builder builder)
CfnUserPoolGroupProps.Builder.public final String getUserPoolId()
CfnUserPoolGroupPropsgetUserPoolId in interface CfnUserPoolGroupPropspublic final String getDescription()
CfnUserPoolGroupPropsgetDescription in interface CfnUserPoolGroupPropspublic final String getGroupName()
CfnUserPoolGroupPropsMust be unique.
getGroupName in interface CfnUserPoolGroupPropspublic final Number getPrecedence()
CfnUserPoolGroupProps
Zero is the highest precedence value. Groups with lower Precedence values take precedence over groups with higher or null Precedence values. If a user belongs to two or more groups, it is the group with the lowest precedence value whose role ARN is given in the user's tokens for the cognito:roles and cognito:preferred_role claims.
Two groups can have the same Precedence value. If this happens, neither group takes precedence over the other. If two groups with the same Precedence have the same role ARN, that role is used in the cognito:preferred_role claim in tokens for users in each group. If the two groups have different role ARNs, the cognito:preferred_role claim isn't set in users' tokens.
The default Precedence value is null. The maximum Precedence value is 2^31-1 .
getPrecedence in interface CfnUserPoolGroupPropspublic final String getRoleArn()
CfnUserPoolGroupPropsgetRoleArn in interface CfnUserPoolGroupProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.