aws-cdk-lib.aws_cognito.ICustomAttribute

interface ICustomAttribute

LanguageType name
.NETAmazon.CDK.AWS.Cognito.ICustomAttribute
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscognito#ICustomAttribute
Javasoftware.amazon.awscdk.services.cognito.ICustomAttribute
Pythonaws_cdk.aws_cognito.ICustomAttribute
TypeScript (source)aws-cdk-lib » aws_cognito » ICustomAttribute

Implemented by BooleanAttribute, DateTimeAttribute, NumberAttribute, StringAttribute

Represents a custom attribute type.

Methods

NameDescription
bind()Bind this custom attribute type to the values as expected by CloudFormation.

bind()

public bind(): CustomAttributeConfig

Returns

  • CustomAttributeConfig

Bind this custom attribute type to the values as expected by CloudFormation.