@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.747Z") @Stability(value=Stable) public interface CfnUserPoolUserToGroupAttachmentProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolUserToGroupAttachmentProps.Builder
A builder for
CfnUserPoolUserToGroupAttachmentProps |
static class |
CfnUserPoolUserToGroupAttachmentProps.Jsii$Proxy
An implementation for
CfnUserPoolUserToGroupAttachmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolUserToGroupAttachmentProps.Builder |
builder() |
String |
getGroupName()
`AWS::Cognito::UserPoolUserToGroupAttachment.GroupName`.
|
String |
getUsername()
`AWS::Cognito::UserPoolUserToGroupAttachment.Username`.
|
String |
getUserPoolId()
`AWS::Cognito::UserPoolUserToGroupAttachment.UserPoolId`.
|
@Stability(value=Stable) @NotNull String getGroupName()
@Stability(value=Stable) @NotNull String getUsername()
@Stability(value=Stable) @NotNull String getUserPoolId()
@Stability(value=Stable) static CfnUserPoolUserToGroupAttachmentProps.Builder builder()
Copyright © 2021. All rights reserved.