Class CfnUserPoolUserToGroupAttachmentMixinProps
Properties for CfnUserPoolUserToGroupAttachmentPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Cognito
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnUserPoolUserToGroupAttachmentMixinProps : ICfnUserPoolUserToGroupAttachmentMixinProps
Syntax (vb)
Public Class CfnUserPoolUserToGroupAttachmentMixinProps Implements ICfnUserPoolUserToGroupAttachmentMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Cognito;
var cfnUserPoolUserToGroupAttachmentMixinProps = new CfnUserPoolUserToGroupAttachmentMixinProps {
GroupName = "groupName",
Username = "username",
UserPoolId = "userPoolId"
};
Synopsis
Constructors
| CfnUserPoolUserToGroupAttachmentMixinProps() | Properties for CfnUserPoolUserToGroupAttachmentPropsMixin. |
Properties
| GroupName | The name of the group that you want to add your user to. |
| UserPoolId | The ID of the user pool that contains the group that you want to add the user to. |
| Username | The user's username. |
Constructors
CfnUserPoolUserToGroupAttachmentMixinProps()
Properties for CfnUserPoolUserToGroupAttachmentPropsMixin.
public CfnUserPoolUserToGroupAttachmentMixinProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Cognito;
var cfnUserPoolUserToGroupAttachmentMixinProps = new CfnUserPoolUserToGroupAttachmentMixinProps {
GroupName = "groupName",
Username = "username",
UserPoolId = "userPoolId"
};
Properties
GroupName
The name of the group that you want to add your user to.
public object? GroupName { get; set; }
Property Value
Remarks
UserPoolId
The ID of the user pool that contains the group that you want to add the user to.
public object? UserPoolId { get; set; }
Property Value
Remarks
Username
The user's username.
public object? Username { get; set; }