@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:21.988Z") @Stability(value=Stable) public interface CfnUserPoolUserToGroupAttachmentProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname@Stability(value=Stable) @NotNull String getUsername()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username@Stability(value=Stable) @NotNull String getUserPoolId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid@Stability(value=Stable) static CfnUserPoolUserToGroupAttachmentProps.Builder builder()
Copyright © 2020. All rights reserved.