Show / Hide Table of Contents

Class CfnUserPoolUserToGroupAttachmentProps

Properties for defining a CfnUserPoolUserToGroupAttachment.

Inheritance
System.Object
CfnUserPoolUserToGroupAttachmentProps
Implements
ICfnUserPoolUserToGroupAttachmentProps
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.AWS.Cognito.dll
Syntax (csharp)
public class CfnUserPoolUserToGroupAttachmentProps : Object, ICfnUserPoolUserToGroupAttachmentProps
Syntax (vb)
Public Class CfnUserPoolUserToGroupAttachmentProps
    Inherits Object
    Implements ICfnUserPoolUserToGroupAttachmentProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html

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.AWS.Cognito;

var cfnUserPoolUserToGroupAttachmentProps = new CfnUserPoolUserToGroupAttachmentProps {
    GroupName = "groupName",
    Username = "username",
    UserPoolId = "userPoolId"
};

Synopsis

Constructors

CfnUserPoolUserToGroupAttachmentProps()

Properties

GroupName

The group name.

Username

The username for the user.

UserPoolId

The user pool ID for the user pool.

Constructors

CfnUserPoolUserToGroupAttachmentProps()

public CfnUserPoolUserToGroupAttachmentProps()

Properties

GroupName

The group name.

public string GroupName { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname

Username

The username for the user.

public string Username { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username

UserPoolId

The user pool ID for the user pool.

public string UserPoolId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid

Implements

ICfnUserPoolUserToGroupAttachmentProps
Back to top Generated by DocFX