@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:44.574Z") @Stability(value=Stable) public interface CfnUserPoolUserToGroupAttachmentProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
CfnUserPoolUserToGroupAttachmentProps cfnUserPoolUserToGroupAttachmentProps = CfnUserPoolUserToGroupAttachmentProps.builder()
.groupName("groupName")
.username("username")
.userPoolId("userPoolId")
.build();
| 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()
The group name.
|
String |
getUsername()
The username for the user.
|
String |
getUserPoolId()
The user pool ID for the user pool.
|
@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 © 2022. All rights reserved.