interface ICustomAttribute
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Cognito.ICustomAttribute |
Java | software.amazon.awscdk.services.cognito.ICustomAttribute |
Python | aws_cdk.aws_cognito.ICustomAttribute |
TypeScript (source) | @aws-cdk/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.