Interface ICfnUserPoolUserToGroupAttachmentProps
Properties for defining a CfnUserPoolUserToGroupAttachment
.
public interface ICfnUserPoolUserToGroupAttachmentProps
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cognito;
var cfnUserPoolUserToGroupAttachmentProps = new CfnUserPoolUserToGroupAttachmentProps {
GroupName = "groupName",
Username = "username",
UserPoolId = "userPoolId"
};
Remarks
ExampleMetadata: fixture=_generated
Properties
GroupName
The group name.
string GroupName { get; }
Property Value
Remarks
UserPoolId
The user pool ID for the user pool.
string UserPoolId { get; }
Property Value
Remarks
Username
The username for the user.
string Username { get; }