aws-cdk-lib.aws_cognito.CfnUserPoolUser.AttributeTypeProperty

interface AttributeTypeProperty

LanguageType name
.NETAmazon.CDK.AWS.Cognito.CfnUserPoolUser.AttributeTypeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscognito#CfnUserPoolUser_AttributeTypeProperty
Javasoftware.amazon.awscdk.services.cognito.CfnUserPoolUser.AttributeTypeProperty
Pythonaws_cdk.aws_cognito.CfnUserPoolUser.AttributeTypeProperty
TypeScript aws-cdk-lib » aws_cognito » CfnUserPoolUser » AttributeTypeProperty

Specifies whether the attribute is standard or custom.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from 'aws-cdk-lib';
const attributeTypeProperty: cognito.CfnUserPoolUser.AttributeTypeProperty = {
  name: 'name',
  value: 'value',
};

Properties

NameTypeDescription
name?stringThe name of the attribute.
value?stringThe value of the attribute.

name?

Type: string (optional)

The name of the attribute.


value?

Type: string (optional)

The value of the attribute.