Class CfnUserPoolUser.AttributeTypeProperty
The name and value of a user attribute.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AttributeTypeProperty : Object, CfnUserPoolUser.IAttributeTypeProperty
Syntax (vb)
Public Class AttributeTypeProperty
Inherits Object
Implements CfnUserPoolUser.IAttributeTypeProperty
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.AWS.Cognito;
var attributeTypeProperty = new AttributeTypeProperty {
Name = "name",
Value = "value"
};
Synopsis
Constructors
Attribute |
Properties
Name | The name of the attribute. |
Value | The value of the attribute. |
Constructors
AttributeTypeProperty()
public AttributeTypeProperty()
Properties
Name
The name of the attribute.
public string Name { get; set; }
Property Value
System.
Remarks
Value
The value of the attribute.
public string Value { get; set; }
Property Value
System.