interface ICustomAttribute
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Cognito.ICustomAttribute |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#ICustomAttribute |
Java | software.amazon.awscdk.services.cognito.ICustomAttribute |
Python | aws_cdk.aws_cognito.ICustomAttribute |
TypeScript (source) | aws-cdk-lib » aws_cognito » ICustomAttribute |
Implemented by
Boolean, Date, Number, String
Represents a custom attribute type.
Methods
| Name | Description |
|---|---|
| bind() | Bind this custom attribute type to the values as expected by CloudFormation. |
bind()
public bind(): CustomAttributeConfig
Returns
Bind this custom attribute type to the values as expected by CloudFormation.

.NET
Go
Java
Python
TypeScript (