@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.740Z") @Stability(value=Stable) public interface CfnUserPoolGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolGroupProps.Builder
A builder for
CfnUserPoolGroupProps |
static class |
CfnUserPoolGroupProps.Jsii$Proxy
An implementation for
CfnUserPoolGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolGroupProps.Builder |
builder() |
default String |
getDescription()
`AWS::Cognito::UserPoolGroup.Description`.
|
default String |
getGroupName()
`AWS::Cognito::UserPoolGroup.GroupName`.
|
default Number |
getPrecedence()
`AWS::Cognito::UserPoolGroup.Precedence`.
|
default String |
getRoleArn()
`AWS::Cognito::UserPoolGroup.RoleArn`.
|
String |
getUserPoolId()
`AWS::Cognito::UserPoolGroup.UserPoolId`.
|
@Stability(value=Stable) @NotNull String getUserPoolId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getGroupName()
@Stability(value=Stable) @Nullable default Number getPrecedence()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) static CfnUserPoolGroupProps.Builder builder()
CfnUserPoolGroupProps.Builder of CfnUserPoolGroupPropsCopyright © 2021. All rights reserved.