Interface CfnUserPoolUserToGroupAttachmentMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPoolUserToGroupAttachmentMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.448Z")
@Stability(Stable)
public interface CfnUserPoolUserToGroupAttachmentMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnUserPoolUserToGroupAttachmentPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cognito.*;
CfnUserPoolUserToGroupAttachmentMixinProps cfnUserPoolUserToGroupAttachmentMixinProps = CfnUserPoolUserToGroupAttachmentMixinProps.builder()
.groupName("groupName")
.username("username")
.userPoolId("userPoolId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserPoolUserToGroupAttachmentMixinPropsstatic final classAn implementation forCfnUserPoolUserToGroupAttachmentMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupName
The name of the group that you want to add your user to.Returns union: either
StringorIUserPoolGroupRef- See Also:
-
getUsername
The user's username.Returns union: either
StringorIUserPoolUserRef- See Also:
-
getUserPoolId
The ID of the user pool that contains the group that you want to add the user to.Returns union: either
StringorIUserPoolRef- See Also:
-
builder
-